@import url("flexsize3.css");

@import url("print.css") print;

@import url("flexsize2.css") only screen
        and (min-device-width: 768px)
        and (max-device-width: 1024px)
        and (orientation: portrait)
        and (-webkit-min-device-pixel-ratio: 1);
@import url("flexsize2.css") only screen
        and (min-device-width: 768px)
        and (max-device-width: 1024px)
        and (orientation: portrait)
        and (-webkit-min-device-pixel-ratio: 2);
@import url("flexsize2.css") all
        and (max-device-width: 800px)
        and (orientation: portrait);
@import url("flexsize2.css") only screen
        and (min-device-width: 800px)
        and (max-device-width: 1280px)
        and (-webkit-min-device-pixel-ratio: 1.5)
        and (orientation: portrait);
@import url("flexsize2.css") only screen
        and (min-device-width: 1200px)
        and (max-device-width: 1600px)
        and (-webkit-min-device-pixel-ratio: 1.5)
        and (orientation: portrait);
@import url("flexsize2.css") screen
        and (device-width: 601px)
        and (device-height: 906px)
        and (-webkit-min-device-pixel-ratio: 1.331)
        and (-webkit-max-device-pixel-ratio: 1.332)
        and (orientation: portrait);



@import url("movil.css") only screen
        and (min-device-width: 320px)
        and (max-device-width: 480px)
        and (-webkit-min-device-pixel-ratio: 2);
@import url("movil.css") only screen
        and (min-device-width: 320px)
        and (max-device-width: 568px)
        and (-webkit-min-device-pixel-ratio: 2);
@import url("movil.css") only screen
        and (min-device-width: 375px)
        and (max-device-width: 667px)
        and (-webkit-min-device-pixel-ratio: 2);
@import url("movil.css") only screen
        and (min-device-width: 414px)
        and (max-device-width: 736px)
        and (-webkit-min-device-pixel-ratio: 3);
@import url("movil.css") screen
        and (device-width: 320px)
        and (device-height: 640px)
        and (-webkit-device-pixel-ratio: 2);
@import url("movil.css") screen
        and (device-width: 320px)
        and (device-height: 640px)
        and (-webkit-device-pixel-ratio: 3);
@import url("movil.css") screen
        and (device-width: 360px)
        and (device-height: 640px)
        and (-webkit-device-pixel-ratio: 3);


@import url("pulldownmenu.css");



@import url("movilmenu.css") only screen
        and (min-device-width: 320px)
        and (max-device-width: 480px)
        and (-webkit-min-device-pixel-ratio: 2);
@import url("movilmenu.css") only screen
        and (min-device-width: 320px)
        and (max-device-width: 568px)
        and (-webkit-min-device-pixel-ratio: 2);
@import url("movilmenu.css") only screen
        and (min-device-width: 375px)
        and (max-device-width: 667px)
        and (-webkit-min-device-pixel-ratio: 2);
@import url("movilmenu.css") only screen
        and (min-device-width: 414px)
        and (max-device-width: 736px)
        and (-webkit-min-device-pixel-ratio: 3);
@import url("movilmenu.css") screen
        and (device-width: 320px)
        and (device-height: 640px)
        and (-webkit-device-pixel-ratio: 2);
@import url("movilmenu.css") screen
        and (device-width: 320px)
        and (device-height: 640px)
        and (-webkit-device-pixel-ratio: 3);
@import url("movilmenu.css") screen
        and (device-width: 360px)
        and (device-height: 640px)
        and (-webkit-device-pixel-ratio: 3);


@media all and (max-width: 1160px) and (min-width: 901px) {
        header {
               margin-top: 0px;
               margin-left: 25px;
               margin-right: 25px;
               width: auto;
               padding:0px;
        }
        div.setWidth {
               margin-top: 0px;
               margin-left: 25px;
               margin-right: 25px;
               width: auto;
               padding:0px;
        }
        footer {
               margin-top: 30px;
               margin-left: 25px;
               margin-right: 25px;
               width: auto;
               padding:0px;
        }
}