@charset "utf-8";
/* CSS Document */
#galeria{
	background-color: #d1ecec;
}
#detalle{
	background-image: url("../images/fondoDetalle.png");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 113px;
}
#detalle article{
	margin-top:2em;
}
#detalle img{
	padding: 1em 1em 1em 1em;
}
#detalle h1{
	font-family: 'Erica One', cursive;
	color:#47b3b4;
	font-weight: 400;
	font-size: 2.125em;
	text-transform: uppercase;
}#detalle h1 strong{
	color:#ed6c54;
	font-weight: 400;
}
#detalle h2{
font-family: 'Erica One', cursive;
	color:#47b3b4;
	width:100%;
	font-weight: 400;
	font-size: 2.125em;
	text-transform: uppercase;
	padding:0.3em 0;
}
#detalle h2 strong{
	color:#ed6c54;
	font-weight: 400;
}
#detalle p{
	color:#096974;
	font-weight: 400;
	font-size: 1.125em;

}
#detalle strong{
	color:#096974;
	font-weight: 600;
}
#detalle ul{
	margin: 0;
	padding: 0;
}
#detalle ol{
	margin: 0;
	padding: 0;
}
#detalle li{
	list-style-type: none;
	color:#096974;
	font-weight: 400;

}
#detalle ol li{
	list-style-type: decimal;
}
#detalle a{	
	color:#096974;
	font-weight: 400;
	font-size: 1.125em;
	text-decoration: underline;
		
}
#detalle a:hover{	
	color:#096974;
	font-weight: 400;
	font-size: 1.125em;
	text-decoration: none;
		
}
@media only screen and (min-width:768px){
#galeria{
	background-color: #d1ecec;
	background-image: url("../images/fondoGaleriaDetallexl.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#detalle{
	background-image: url("../images/fondoDetalle.png");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 113px;
}
#detalle article{
	margin-top:2em;
		max-width: 70%;
}
#detalle h1{
	width:45%;
	font-size: 3.125em;
}
#detalle h2{
	width:45%;
	font-size: 3.125em;
}

#detalle p{
	font-size: 1.125em;

}
	#detalle li{
	font-size: 1.125em;
	
		

}

#detalle a{	
	font-size: 1.125em;
}
#detalle a:link{	
	font-size: 1.125em;		
}
}
@media only screen and (min-width:992px){
#galeria{
	background-color: #d1ecec;
	background-image: url("../images/fondoGaleriaDetallexl.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#detalle{
	background-image: url("../images/fondoDetalle.png");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 113px;
	padding-bottom: 2em;
}
#detalle article{
	margin-top:2em;
}
#detalle h1{
	width:61%;
	font-size: 3.125em;

}
#detalle h2{
	width:61%;
	font-size: 3.125em;

}

#detalle p{
	font-size: 1.125em;
	max-width: 70%;
}

#detalle a{	
	font-size: 1.125em;
}
#detalle a:link{	
	font-size: 1.125em;		
}
}