/*tamaños de la cabecera dependiendo de dispositivo*/


/*@media (min-width: 768px) and (max-width: 800px){
	
}

@media (min-width: 801px) and (max-width: 900px){
	
}

@media (min-width: 901px) and (max-width: 1000px){
	
}

@media (min-width: 1001px) and (max-width: 1100px){
	
}

@media (min-width: 1101px) and (max-width: 1200px){

}*/

@media (max-width: 1200px) {}

@media (max-width: 1100px) {}

@media (max-width: 1000px) {}


/*visualizacion mobil*/

@media (max-width: 767px) {
    body {
        background-image: url("/resource/images/fons/base05_mobile.jpg");
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
    }
    .hide_in_web {
        display: block;
    }
    .hide_in_mobile {
        display: none;
    }
}