@charset "utf-8";
/* CSS Document */



#parallax_movil {
	background-image: url("../imagenes/parallax_img/paralax7.jpg");
    width: 100%;
	height: 700px;
	/*background-attachment: fixed;*/
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center -35px;
	text-align: center;
	display: block;
}





#parallax_movil h4 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    padding-top: 450px;
	font-size: 23px;
	line-height: 30px;
	width: 100%;
	font-family: 'Yantramanav', sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);
}




#parallax {
	
	background-image: url(../imagenes/parallax_img/paralax1.jpg);
   
	display:none;
}


/*======================================================================
======================================================================*/
@media all and (min-width:1024px) {
	
	
	
#parallax {
	
	background-image: url("../imagenes/parallax_img/paralax1.jpg");
    width: 100%;
	height: 700px;
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center 50px;
	text-align: center;
	display:block;
}





#parallax h4 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    padding-top: 350px;
	font-size: 30px;
	width: 100%;
	font-family: 'Yantramanav', sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);
}

	
	
#parallax_movil {
	background-image: url(../imagenes/parallax_img/paralax1.jpg);
  
	display: none;
}
	
	
	
	
	
	
}



