/* CSS especial para sección empresa */
/* ********************************* */

/* MONITOR ESTANDAR - resolución +1600px */
/* ************************************* */
@media screen and (min-width: 1600px) {

*{margin:0;padding:0;}

#s1, #s2, #s3, #s4, #s5, #s6 {width:100%;height:100%;position:absolute;z-index:205;}

#s1{background:#FFC400;}
#s2{background:#FF4500;margin-left:100%;}
#s3{background:#000;margin-left:200%;}
#s4{background:#000;margin-left:300%;}
#s5{background:#000;margin-left:400%;}
#s6{background:#000;margin-left:500%;}

.fixed{z-index:999;position:fixed;width:100%;background:#222;border-bottom:1px solid #fff;}
.fixed a{float:right;}
}


/* PANTALLAS TABLET - resolución -1024 tipo ipad */
/* ********************************************* */
@media screen and (max-width: 1024px) { 

*{margin:0;padding:0;}

#s1, #s2, #s3, #s4, #s5, #s6 {width:200%;height:1500px;position:absolute;z-index:205;background:#faf8f1;}
#s1{background:#faf8f1;}
#s2{background:#faf8f1;margin-left:200%;}
#s3{background:#faf8f1;margin-left:400%;}
#s4{background:#faf8f1;margin-left:600%;}
#s5{background:#faf8f1;margin-left:800%;}
#s6{background:#faf8f1;margin-left:1000%;}

.fixed{z-index:999;position:fixed;width:100%;background:#222;border-bottom:1px solid #fff;}
.fixed a{float:right;}
}

/* MONITOR PEQUEÑO - resolución de +1024 px */
/* **************************************** */

*{margin:0;padding:0;}

#s1, #s2, #s3, #s4, #s5, #s6{width:100%;height:100%;position:absolute;height:1500px;z-index:205;}
#s1{background:#FFC400;}
#s2{background:#faf8f1;margin-left:100%;}
#s3{background:#faf8f1;margin-left:200%;}
#s4{background:#faf8f1;margin-left:300%;}
#s5{background:#faf8f1;margin-left:400%;}
#s6{background:#faf8f1;margin-left:500%;}

.fixed{z-index:999;position:fixed;width:100%;background:#222;border-bottom:1px solid #fff;}
.fixed a{float:right;}

}