body{
	line-height:15px;padding:0 30px;
	background-color: #1a1a1a;
}

.fotoEdu{
	max-width: 50%;
}

.supraContenedor{
	margin-top: 60px;
	margin-bottom: 60px;
}

.enlaceMenu{
	font-family: 'Sora', sans-serif;
	font-weight: 600;
	color: white;
	font-size: 22px;
	line-height: 40px;
}

	.norm{
		display: block;
	}
	
	.celu{
		display: none
	}

.soloMovil{
	display: none;
	height: 30px;
}

.tituloEduardo{
	font-family: 'Sora', sans-serif;
	color: white;
	font-weight: 600;
	font-size: 12px;
}

.tituloResto{
	font-family: 'Sora', sans-serif;
	color: white;
	font-weight: 200;
	font-size: 12px;
}

.tituloElemento{
	font-family: 'Sora', sans-serif;
	color: white;
	font-weight: 600;
	font-size: 12px;
}

.subtituloElemento{
	font-family: 'Sora', sans-serif;
	color: white;
	font-weight: 200;
	font-size: 12px;
	padding-bottom:30px;
	width:350px;
	line-height:16px;
}

.tituloElementoDentro{
	font-family: 'Sora', sans-serif;
	color: white;
	font-weight: 400;
	font-size: 20px;
	line-height:24px;
}

.subtituloElementoDentro{
	font-family: 'Sora', sans-serif;
	color: white;
	font-weight: 100;
	font-size: 14px;
	padding-bottom:30px;
	width:350px;
	line-height:20px;
}

.tituloSeccion{
	font-family: 'Sora', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 40px;
	color: white;
}

.textoSeccion{
	font-family: 'Sora', sans-serif;
	font-weight: 200;
	color: white;
	font-size: 12px;
	line-height: 20px;
}

	#portaMenu{
		max-width: 100%;
		z-index: 10000;
		margin: auto 0;
	}

	#contenedor2 {
		height:100%;
		display:table;
		width:100%;
		position:relative;
	}

		
	#menuExtendido{
		height: 200%;
		width: 100%;
		background-color: #b51928;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 199999;
		margin: auto 0;
		text-align: center;
		display: none;
	}
		
	#portaMenu2 {
		text-align: right;
		position: absolute;
		z-index: 10000;
	}
		
		
	#menu{
		max-width: 35px;
		margin-right: 30px;
	}

	#menu2{
		max-width: 35px;
		margin-right: 30px;
		padding-top: 5px;
	}

#contenedor{
	max-width: 1150px;
	margin: 0 auto;
}

#menuMobile{
	display: none;
}

.enlaces{
	font-family: 'Sora', sans-serif;
	font-weight: 200;
	color: white;
	font-size: 13px;
}

.tamanoC{
	padding-bottom:66.65%;
}

.tamanoM{
	padding-bottom:115%;
}

.tamanoG{
	padding-bottom:145%;
}



.topFix{
	padding-top: 23px;
}

.fondoElemento{
	opacity:0;
	visibility:hidden;
}


a{
	cursor:pointer;
	text-decoration:none;
	color:inherit;
	font-size:inherit
}

a:hover{
	text-decoration:none;
	color: #bbbbbb;
}

li{
	list-style:none;
}

img{
	width:100%;
	height:100%;
	display:block
}

.elemento{
	position:relative;
	overflow:hidden;
	background-color: black;
}
.elemento img{
	position:absolute;
	top:0;
	left:0;
	width:100%
}

.elemento.loaded{
	background-color:transparent!important;
}

ul.grilla{
	opacity:0;
	display:table;
	width:100%
}

ul.grilla.loaded{
	opacity:1
}

ul.grilla > li{
	float:left;
	position:relative
}

ul.grilla .primerElemento{
	visibility:hidden;
	opacity:0;
	margin:0
}

ul.props .primerElemento{
	width:calc(25% - 40px);
	margin-bottom:0;
}

ul.props > li{
	width:calc(25% - 30px);
	margin-bottom:30px;
}

.aspect{opacity:0;visibility:hidden}

.elementoMenu{
	width:25%;
	float:left;

}

.derecha{
	margin-left:auto; 
	margin-right:0;
}



main{
	margin-top:50px;
}

.blanco{
	height: 70px;
}

.mitad{	
	float:left;
	width:50%;
	box-sizing: border-box;
	margin-top:40px;
}

.izquierda{
	padding-right:10px;
}

.derecha{
	padding-left:10px;
}

.tituloEntrada{
	padding-top:12px;
	padding-bottom:3px;
}

.logoGuell{
	max-width:90px;
	float:right;
}

.logoGuellR{
	max-width:160px;
	float:left;
	display:none;
	margin-bottom:30px;
}

@media (max-width: 600px){
.supraContenedor{
	margin-bottom: 35px;
}

.fotoEdu{
	max-width: 100%;
}
	
	.mitad{	
		float:none;
		width:100%;
		margin-top:20px;
	}

	.izquierda{
		padding-right:0px;
	}
	
	.derecha{
		padding-left:0px;
	}
	
	.logoGuell{
		display:none;
	}
	
	.logoGuellR{
		display:block;
	}
	
	.blanco{
		height: 0px;
	}
	
	#menu{
		max-width: 35px;
		margin-right: 0px;
	}
	
	.topFix{
		display: block;
	}
	
	ul.props .primerElemento{
		width:100%
	}
	
	ul.props > li{
		width:100%
	}
	
	.elementoMenu > li{
		width:100%;
		float:none;
		margin-right:50px;
		margin-top: 50px;
	}
	
	.elementoMenu{
		float:none;
	}
	
	main{
		margin-top:0px;
	}
	
	.tituloResto, .tituloEduardo{
		font-size:16px;
		line-height:18px;
	}
	
.tituloEduardo{
	font-weight: 600;
}
	
	.subtituloElemento{
		width:100%;
	}
	
}

*{
	outline:none;
	margin:0;
	padding:0;
	box-sizing:border-box;
}


