html {
    -webkit-text-size-adjust: none
}
body {
    font-size: 1em;
    font-family: 'Poppins', sans-serif !important;
    background: white;
}
header { padding: 7px 0px; position: fixed; top: 0px; left: 0px; right: 0px; background: #f2f2f2 /* #254E5E*/; z-index: 5; height: 65px; }
header .logo img { padding: 5px 0px}
header .barra_superior {}

header .suplogo     { display: block; width: 50px; float: left; }
header .supbusqueda { display: block; width: calc( 100% - 100px); float: left; padding: 7px;}
header .supboton    { display: block; width: 50px; float: right;}

header .barra_superior { background: black; }

.buscador {
    width: 90%;
    margin: auto;
    margin-top: 80px;
}
.buscador input[type=text] {
    font-size: 0.75em;
    border-radius: 0.25em; 
    width: calc(100% - 1em);
    padding: 0.5em;
    border: 0px;
    margin-bottom: 1em;
    font-style: italic;
}
.buscador input[type=submit]{
    font-size: 0.75em;
    background: #9bc21b;
    color: white;
    border-radius: 0.25em;
    border:0px;
    padding: 0.75em 1.25em;
}

.centrado { text-align: center; }


#menu { display: none; position: absolute; width: 120px; top: 65px; right: 0px; z-index: 100}
#menu ul { list-style: none; padding: 0px;}
#menu li a { padding:0.5em 1.5em; color: white; display: block; font-size: 1.25em;}

.resultado{margin-top: 80px;}
.color_a_letra {color: rgb(31,73,97);}
.color_a_fondo {background: rgb(31,73,97);}
.color_b_letra {color: rgb(0,181,201);}
.color_b_fondo {background: rgb(0,181,201);}
.color_b_borde {border: 1px rgb(0,181,201) solid;}
.color_c_letra {color: rgb(157,195,26);}
.color_c_fondo {background: rgb(157,195,26);}
.color_c_borde {border: 1px rgb(157,195,26) solid;}
.color_d_fondo {background: #b3b3b3; color:white; }
.color_d_letra {color: #b3b3b3; }

.letra_100 { font-weight: 100;}
.letra_300 { font-weight: 300;}
.letra_400 { font-weight: 400;}
.letra_500 { font-weight: 500;}
.letra_700 { font-weight: 700;}
.letra_900 { font-weight: 900;}