    @import "root.css";
    @import "colors.css";
    @import "width.css";
    @import "flex.css";
    @import "botones.css";
    @import "margins.css";
    @import "fstyle.css";
    @import "librerias.css";
    @import "select.css";
    @import "height.css";
    @import "globos.css";
    * {
        padding: 0;
        margin: 0;
    }
    
    body {
        font-family: Arial, Helvetica, sans-serif;
        background-color: white;
        width: 100%;
    }
    
    #mainBox {
        display: block;
        width: 100%;
    }
    
    .bottom {
        display: block;
        text-align: left;
        width: 80%;
        margin: 80px auto 20px auto;
        font-size: .8em;
        text-align: center;
    }
    
    .bottom a {
        text-decoration: none;
        color: black;
    }
    
    .bottom .menulegal {
        width: 800px;
        margin: 0px auto;
    }
    
    @media screen and (max-width: 768px) {}
    
    @media screen and (max-width:670px) {}
    
    @media screen and (max-width:425px) {}
    
    @media screen and (max-width:320px) {}