@import url("flexsize3.css");
@import url("print.css") print;
@import url("flexsize2.css") all and (max-width: 900px) and (min-width: 601px);
@import url("movil.css")
        all and (max-width: 600px),
        only screen and (min-device-width:320px) and (max-device-width:480px),
        only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5);

@import url("pulldownmenu.css");
@import url("900menu.css") all and (max-width: 900px) and (min-width: 601px);
@import url("movilmenu.css")
        all and (max-width: 600px),
        only screen and (min-device-width:320px) and (max-device-width:480px),
        only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5);

@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;
        }
}