


/*Resolucion Espoecial*/

@media only screen and (max-width: 616px){

}
@media only screen and (min-width: 1150px){

}
@media only screen and (max-width: 1149px)and (min-width: 617px){

}
/* FIN DE RESOLUICION ESPECIAL*/


@media only screen and (max-width: 480px){
	#cabezote_productos, #cabezote_procesos {
	height:100%;
	width:auto;
	}


#producto{
	
	width:100%;
	height:100%;
	overflow: hidden;
}


#pro{
	overflow: hidden;
	width:100%;
	height:100%;
	
}
}

@media only screen and (max-width: 1066px) and (min-width: 481px){

#cabezote_productos, #cabezote_procesos{
	height:100%;
	width:100%;
	}


#producto{
	overflow: hidden;
	width:100%;
	height:350%;
	
}


#pro{
	overflow: hidden;
	width:100%;
	height:350%;
	
}

}
@media only screen and (min-width: 1067px) {
	#cabezote_productos, #cabezote_procesos{	
	height:350px;
	width:auto;
	}


#producto{
	overflow: hidden;
	width:100%;
	height:350px;  
	}
#pro{
	overflow: hidden;
	width:100%;
	height:350px;
	
}
}
	


	