body{
    /*font-family: DINA,Open Sans;
    font-family: sans-serif;
    font-family: DINA,Open Sans;*/
    font-family: 'Baloo Tammudu 2'; /* @Oc 221017 Comento esto:, cursive !important; */
    text-align: center !important;
    padding: 0;
    margin: 0 auto;
}
#logo{
    padding: 0;
    margin: 0 0 105px 0 !important;
    height: 64px;
}
#linea{
    border-right: 1px solid #EEEEEE;
    margin: 0 30px;
}
#logos{
    position: relative;
    float: left;
    padding: 14px;
}
.logos{
    padding: 0 10px;
}
a:hover{
    background-color: #082F59;
    color: white !important;
}
#barra{
    margin-bottom: 5%;
}
h1 {
    font-family: 'Baloo Tammudu 2'; /* @Oc 221017 Comento esto;, cursive; */
    font-size: 450% !important;
}
.row{
    margin: 10px auto !important;
}
.container{
    margin-top: 35px !important;
    padding-top: 15px !important;
}
#titulo_login{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
#Label3{
    margin-bottom: 500px;
}
.datos{
    padding: 0 auto;
    margin-right: 15px !important;
}
.botonMenu{
    height: 50px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background-color: rgb(39, 115, 188) !important;
}
.botonMenu:hover{
    background-color: #082F59 !important;
    color: white !important;
}
.cabeceraMenu{
    height: 100px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.divPrimario{
    background-color: rgb(216, 216, 216) !important;
    margin-bottom: 15px;
}
.alineado-izq{
    text-align: left !important;
}
.btnPrimario {
    border-radius: 10% !important;
    background-color: rgb(8, 47, 89) !important;
    color: white;
}

.ColorS10{
    background-color: #0f5aa5 !important;
    color: white;
}

/*  @Oc 220304 Colores para desactivar botones */
input[type="submit"]:disabled, input[type="button"]:disabled {
    background-color: rgb(216, 216, 216) !important;
    color: rgb(128, 128, 128);
}
