/* CSS Document */
#maincontent{
	height:100%;
	min-width:600px;
	max-width:1400px;
	width:80%;
	margin:0 auto;
	position:relative;
}

#modEspecialidades{
	position:absolute;
	top:10px;
	bottom:395px;
	z-index:100;
	width:39%;
	left:0;
}

#modSalones{
	position:absolute;
	top:10px;
	bottom:395px;
	width:59%;
	right:0;
}

#promos{
	position:absolute;
	left:0;
	width:39%;
	bottom:125px;
	height:275px; 
	text-align:center;
}

#historia{
	position:absolute;
	right:0;
	width:59%;
	bottom:125px;
	height:275px; 
	z-index:100;
}

@media (max-height: 674px) { 
	#historia{
		height:275px;
	}

	#promos {
		height:245px; 
	}
	
	#modSalones,
	#modEspecialidades{
		bottom:380px;
	}
	#maincontent{
		max-width:800px;
	}
}

@media (min-height: 675px) and (max-height: 724px) { 
	#historia{
		height:291px;
	}

	#promos {
		height:261px; 
	}
	
	#modSalones,
	#modEspecialidades{
		bottom:395px;
	}	
	#maincontent{
		max-width:950px;
	}
}

@media (min-height: 725px) and (max-height: 774px) { 
	#historia{
		height:307px;
	}

	#promos {
		height:277px; 
	}
	
	#modSalones,
	#modEspecialidades{
		bottom:410px;
	}
	#maincontent{
		max-width:1100px;
	}
}

@media (min-height: 775px) and (max-height: 824px) { 
	#historia{
		height:323px;
	}

	#promos {
		height:293px; 
	}
	
	#modSalones,
	#modEspecialidades{
		bottom:425px;
	}	
	#maincontent{
		max-width:1250px;
	}
}

@media (min-height: 825px) { 
	#historia{
		height:340px;
	}

	#promos {
		height:310px; 
	}
	
	#modSalones,
	#modEspecialidades{
		bottom:440px;
	}	
	#maincontent{
		max-width:1400px;
	}
}


.cycle{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}

.cycle a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}

.cycle a .inside{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:block;
	border:4px solid #fff;
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	box-shadow:0 0 10px #4E4E4E;
}

.cycle a:hover .inside{
	border:7px solid #000;
	top:12px;
	bottom:12px;
	left:12px;
	right:12px;
}


#historia a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/historia.png);
	background-size:contain;
	background-position:center bottom;
	background-repeat:no-repeat;
	position:relative;
}

#historia a:hover{
	background-position:center bottom -15px;
}

#historia p{
	display:none;
}


#modEspecialidades h1,
#modSalones h1{
	position:absolute;
	z-index:200;
	margin:0;
	height:30px;
	background-image:url(../images/fondorecuadro.png);
	border-radius:8px 8px 0 0;
	line-height:30px;
	bottom:14px;
	font-size:18px;
	padding:0 20px;
	left:40px;
}

#modSalones .imgHolderSalon h2{
	margin:0;
	font-family: 'Sancreek', cursive;
	color:#fff;
	text-align:center;
	display:table;
	padding:8px 25px;
	margin:0 auto;
	background-image:url(../images/fondotitles.png);
	background-position:center bottom;
	background-size:cover;
	background-repeat:no-repeat;
}

#promos .marcoholder{
 width:100%;
 display:inline-block;
 position:relative;
 margin:0 auto;
 max-width:431px;
}

#promos .marcoholder:after {
    padding-top: 66.35%;
    display:block;
    content:'';
}


#promos .marcoholder .promoCycle{
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
	background-image:url(../images/marcofoto.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}


#mainPromo .swiper-container .swiper-wrapper .swiper-slide{
	background-position:center center;
	background-size:contain;
}

#mainPromo .swiper-container .swiper-wrapper .swiper-slide a{
	width:100%;
	height:100%;
	display:block;
}