@import url(menu.css);
@import url(general.css);
@import url(consulta.css);
@import url(footer.css);
* {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body {
    background: url("../images/fondo_pantalla.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-attachment: fixed;
}

html {
    min-height: 100%;
    position: relative;
}
