.p_pc{
display: block;
}
.p_celu{
display: none;
}	

#caja-home{
z-index: 1;
position: absolute;
top: 0;
left: 0;
display: block;
border: 0px;
width: 100%;
height: 100%;
min-height: 100%;
background-image: url(../img/fondo.jpg);
background-repeat: repeat-x;
}
#caja-home-quines{
background-image: url(../fondos/home-quienes.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-mapa{
background-image: url(../fondos/fondo-mapa-2.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-contacto{
background-image: url(../fondos/fondo-contacto.jpg);
background-position: bottom center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-home-que{
display: block;
border: 0;
width: 100%;
min-height: 100%;
height: 100%;	
background-image: url(../fondos/home-que.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#home-giras-argentina{
background-image: url(../img/home-giras-argentina.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display: block;
}
#home-giras-exterior{
background-image: url(../img/home-giras-exterior.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display: block;
}
#home-especiales{
background-image: url(../img/home-viajes.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display: block;
}
#caja-home-promos{
background-color: #ffffff;
background-image: url(../fondos/home-promos.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-redes{
display: block;
border: 0px;
width: 100%;
padding: 5vw 0 5vw 0;
background-image: url(../img/fondo-redes.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-home-consultas{
display: block;
border: 0px;
width: 100%;
padding: 3vw 0 3vw 0;
background-image: url(../img/fondo-contacto.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-pie{
display: block;
border: 0px;
width: 100%;
padding: 3vw 0 3vw 0;
background-color: #232323;
}
#mapa{
width: 620px;
height: 820px;
border: none;
background-image: url('../img/mapa-america.png');
background-position: left top;
background-repeat: no-repeat;
background-color: transparent;
}
#caja-home-quines-sepa{
display: none;
width: 100%;
height: 100%;
min-height: 100%;
}

@media (max-width: 767px) {
.p_pc{
display: none;
}
.p_celu{
display: block;
}	
	
#caja-home{
display: block;
border: 0px;
width: 100%;
background-image: url(../img/fondo.jpg);
background-repeat: repeat-x;
}

#caja-home-quines-sepa{
display: block;
width: 100%;
height: 100%;
min-height: 100%;
}


#caja-home-quines{
background-image: url(../fondos/home-quienes-mobil.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-home-que{
display: block;
border: 0;
width: 100%;
background-image: url(../fondos/home-que-mobil.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}

#caja-redes{
display: block;
border: 0px;
width: 100%;
padding: 5vw 0 5vw 0;
background-image: url(../img/fondo-redes-mobil.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#caja-home-promos{
background-color: #ffffff;
background-image: url(../fondos/home-promos-mobil.jpg);
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
#mapa{
width: 320px;
height: 820px;
border: nome;
background-image: url('../img/mapa-america-mobil.png');
background-position: left top;
background-repeat: no-repeat;
background-color: transparent;
}

#caja-contacto{
background-image: url(../fondos/fondo-contacto-mobil.jpg);
background-position: center bottom;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}

}