/* CSS Document */
/*Contenido*/
#informacion{
	position:relative;	
}
#informacion .fondoInfo{
	width:100%;
	position:fixed;
	bottom:0px;	
	z-index:-1;
}
#informacion .fondoInformacion{
	width:100%;	
}
.contenido{
	/*background-color:#CC18E5;*/
	/*top:0;*/
	max-width:1200px;
	left:0%;
	right:0%;
	margin:auto;	
	z-index:10;	
	position:relative;
}
.tituloContenido{
	font-family: CAVIARDREAMS, serif;
	border-bottom:2px solid #FFFFFF;
	font-size:26px;
	width:96%;
	margin:15px 10px 10px 2%;	
}
.mensajeInformacion{
	font-family: CAVIARDREAMS_BOLD, serif;
	font-size:30px;
	/*color:#000000;*/
	color:#FFFFFF;
	text-shadow: 2px 2px 4px #000000;
	left:1%;
	right:1%;
	padding: 15px;
	margin:10px;
	/*background:rgba(255,255,255,0.80);*/
	border-radius:5px;
}
.datosAtraccion{
}

@media screen and (max-width: 1187px){	
	
	
}
@media screen and (max-width: 957px){		
	
}
@media screen and (max-width: 767px){		
	.mensajeInformacion{
		font-size:16px;
	}		
}
@media screen and (min-width: 767px){
	
	
}
@media screen and (min-width: 957px){
	
	
}