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

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

.enlaceMenu{
	font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
	color: white;
	font-weight: 600;
	font-size: 12px;
}

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

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

.textoSeccion{
	font-family: 'Montserrat', 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: 'Montserrat', 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: 50px;
}

@media (max-width: 1150px){
	
	#menuExtendido{
		padding-left: 30px;
	}	
}

@media (max-width: 1000px){
	

	
	#menu{
		max-width: 35px;
		margin-right: 10px;
	}
	
	.topFix{
		padding-top: 0px;
		padding-left: 30px;
	}
	
	.topFix2{
		padding-top: 10px;
	}

	.empty{
		display:none
	}
	
	ul.props .primerElemento{
		width:calc(50% - 30px)
	}
	
	ul.props > li{
		width:calc(50% - 20px)
	}
	
	.elementoMenu > li{
		width:calc(50% - 20px);
	}
	
	.elementoMenu > li:nth-child(odd){
		margin-right:0
	}
	
	main{
		margin-top:40px
	}
}

@media (max-width: 800px){
	.elementoMenu{
		width: 100%;
	}
	
	.norm{
		display: none;
	}
	
	.celu{
		display: block
	}
	
	.elementoMenuADesaparecer{
		display: none;
	}	
	
	.blanco{
		height: 110px;
	}
	
	.soloMovil{
		display: block;
	}
}

@media (max-width: 600px){
	
	.blanco{
		height: 150px;
	}
	
	#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;
	}
	
	main{
		margin-top:0px;
	}
}

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