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

#head_productos {
	width: 100%;
	height: auto;
	background-color: #EBE9E9;
	margin-top: 95px;
	
}



#head_productos #ban_productos_movil {
	padding-top: 95px;
	background-image:url("../imagenes/ambientacion/productoss_oropeza_movil.jpg");
	width: 100%;
	
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-position: center 0px;
	height: 550px;
	display:block;
}


#head_productos #ban_productos{
	
	display: none;
}



#head_productos #ban_productos_movil h1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    padding-top: 80px;
	font-size: 43px;
	width: 90%;
	font-family: 'Yantramanav', sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);
	
	
}







/*===============================1024px=========================*/


@media all and (min-width:1024px) {

	
	
#head_productos {
	width: 100%;
	height: auto;
	background-color: #EBE9E9;
	margin-top: 95px;
	
}



#head_productos #ban_productos {
	padding-top: 95px;
	background-image:url("../imagenes/ambientacion/productos_oropeza.jpg");
	width: 100%;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0px;
	height: 550px;
	display:block;
}


#head_productos #ban_productos_movil {
	
	display:none;
}	
	
	
	


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

	
	
	
}	