html {
    font-size: 16px;
    font-family: Arial;
}

body {
    font-size: 16px;
    font-family: Arial;
}

.claseEstiloLetrasTamano {
    font-size: 16px;
    font-family: Arial;
}

.container {
    margin-top: 40px;
}


#logo-header {
    height: 200px;
}

#textoLogo {
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
}

.backgroundHeader {
    background-color: #28508B;
}

.segmentoImgs {
    border: #5e5e5e;
    border-radius: 2%;
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;

    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
}

.imgPaginaPrincipal {
    height: 150px;
    display: block;
    margin: auto;
}

.estiloCetradoImagen {
    margin-top: 20px;
}

.estiloLetrasPrincipal {
    font-size: 18px;
    margin-top: 15px;
}

.enlaces {
    color: black;
}

.centrado {
    text-align: center;
}

.espacioArribaNormal {
    margin-top: 25px;
}

.espacioArribaPequenno {
    margin-top: 15px;
}

.espacioArribaNormalAbajoNormal {
    margin-top: 25px;
    margin-bottom: 25px;
}

.espacioArribaNormalAbajoMucho {
    margin-top: 25px;
    margin-bottom: 60px;
}

.espacioArribaNormalAbajoMuchoOtro {
    margin-top: 25px;
    margin-bottom: 60px;
}

.espacioArribaMuchoAbajoNormal {
    margin-top: 60px;
    margin-bottom: 30px;
}

.espacioArribaMuchoAbajoMucho {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margenesArribaAbajoNormales {
    margin: 30px 0;
    margin-bottom: 50px;
}

.margenesArribaAbajoPequeños {
    margin: 10px 0;
}

.margenesArribaAbajoMedianos {
    margin: 15px 0;
}

#campoBuscar {
    margin: 21px 0;
    height: 50px;
}

footer {
    background-color: #28508B;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    width:100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:0;
    position: fixed;
    z-index: 100;
}

.iconosUsuarios {
    font-size: 20px;
    width: 50px;
}

#iconoTurquesa {
    background-color: #36a7b3;
    color: white;
}

#iconoNegro {
    background-color: #4f4f4f;
    color: white;
}

#iconoVerde {
    background-color: #3da027;
    color: white;
}

#iconoCeleste {
    background-color: #306fe8;
    color: white;
}

#iconoAmarillo {
    background-color: #e6d100;
    color: black;
    border: none;
}

#botonDoradoLogin {
    color: #fff;
    border-color: #8a6d3b;
    background: rgba(204,143,0,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(204,143,0,1)), color-stop(20%, rgba(204,143,0,1)), color-stop(100%, rgba(71,50,0,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    background: radial-gradient(ellipse at center, rgba(204,143,0,1) 0%, rgba(204,143,0,1) 20%, rgba(71,50,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8f00', endColorstr='#473200', GradientType=1 );
}

.letraPequenna {
    font-size: 16px;
}

.letraPequenna div {
    font-size: 16px;
}

.letraNegrita {
    font-weight: bold;
}

.letraAzul {
    font-weight: bold;
    color: #3593D2;
}
.letraVerde {
    font-weight: bold;
    color: #3da027;
}

.espacioPequenno {
    margin-bottom: 15px;
}

.fa {
    vertical-align: middle;
}

.btn-dark {
    background-color: #5e5e5e;
    color: white;
    font-size: 20px;
}

.btn-dark:hover {
    color: white;
}

#flechaAtras {
    background-color: #5e5e5e;
    color: white;
    font-size: 20px;
}

#flechaAtras span {
    vertical-align: middle;
}

.contraseñaPuntosSuspensivos {
    width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#tamannoBotonUsuarios {
    width: 100%;
    text-align: center;
    height: 42px;
    font-size: 20px;
}

.encabezadoBoton {
    display: flex;
    align-items: center;
}

.estilosFechas {
    height: 50px;
    font-size: 18px;
}

#botonGuardarFechaCierre {
    margin-top: 20px;
}

#botonGuardarFechaCierre button {
    font-size: 18px;
}

.navbar-nav {
    margin: 0;
}

.estiloImagenPaginacion {
    float: left;
    height: 250px;
}

.estiloImagenPaginacionClientes {
    height: 200px;
    width: 80px;
}

.estiloImagenPaginacion img {
    height: 80px;
}

.estiloImagenPaginacionGastos {
    float: left;
}

.estiloImagenPaginacionGastos img {
    height: 80px;
}

.estiloImagenPaginacionRutas {
    float: left;
    height: 120px;
}

.estiloImagenPaginacionRutas img {
    height: 60px;
}

.estiloImagenPaginacionRutasLibro {
    float: left;
    height: 120px;
}

#datosUsuarioPermisosEncabezado {
    width: 88%;
    float: right;
    font-size: 18px;
}

.textoMetas div {
    margin: 10px;
    font-size: 18px;
}

.metasBorde {
    height: 200px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 100%;
}

.alinearVerticalmente {
    display: table;
}

.alinearVerticalmenteHijo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.espacioContabilidadResumen {
    background-color: #e9ecef;
    border-radius: .3rem;
    padding-top: 1.5em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    font-size: 18px;
}

.backgroundGris {
    background-color: #e9ecef;
}

.sinEstiloInput {
    border: none;
    font-weight: bold;
}

.bordeTarjeta {
    border: 1px solid;
    padding-top: 20px;
    font-size: 18px;
}

.row {
    margin-right: 0;
    margin-left: -0;
}

.bordeTarjetaTitulo {
    background-color: #f7f7f7;
    padding: 5px;
    border: 1px solid #c8c8c8;
}

.bordeTarjetaCuerpo {
    padding: 20px;
    border: 1px solid #c8c8c8;
    border-top: none;
    font-size: 16px;
}

.estilosBotonesLetraMediana {
    font-size: 20px;
}

.estilosBotonesLetraMedianaBotonGrande {
    font-size: 20px;
    height: 50px;
}

.estilosBotonesLetraMedianaBotonSuperGrande {
    font-size: 25px;
    height: 100px;
}

.estiloBotonGrandeLetraMediana {
    font-size: 20px;
    height: 45px;
}

.estilosBotonesLetraMedianaPequenna {
    font-size: 18px;
}

.bordeTarjetaNumeros {
    padding: 20px;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    color: black;
    cursor: pointer;
}


.bordeTarjetaNumeros a:hover {
    text-decoration: none;
    color: black;
}

.bordeTarjetaIndividual {
    border: solid #b3b3b3;
}

.estiloCuota{
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 5px;

}

.espacioMinimoAbajo {
    margin-bottom: 5px;
}

.espacioMuyPequennoAbajo {
    margin-bottom: 10px;
}

#notificaciones {
    color: white;
    border-radius: 100px;
    border-color: red;
    background-color: red;
    padding: 7px;
    margin-top: 7px;
}

#deadLine1DayToClose {
    color: red;
    cursor: auto;
}

#deadLineToday {
    color: red;
    cursor: auto;
}

.cursorManita {
    cursor: pointer;
}

#deadLineToday {
    color: red;
}

.cuadroNotificaciones {
    text-align: center;
    border-style: double;
    border-radius: 5px;
}

.noEstilosTable th {
    color: black;
    text-shadow: none;
}

.loginButtons {
    width: 40px;
}

.largoCompleto {
    width: 100%;
}

#titulosPagina {
    margin-right: 15px;
    position: relative;
    top: -7px;
}

.textoContinuo {
    overflow: hidden;
    white-space: nowrap;
}

.noControlesNumber {
    -webkit-appearance: textfield !important;
    margin: 0;
    -moz-appearance:textfield !important;
}

.mensajesDiarios {
    padding: 15px 15px 0 15px;
}

.mensajesDiariosDirigido {
    padding: 0 15px 15px 15px;
}

.cobradoresAcc {
    margin-left: 20px;
}

.navbar-nav {
    float: right
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.botonInicioSmall {
    color: white;
}

.botonInicioSmall:hover {
    color: #c1d7e3;
}

.botonInicioSmall:visited {
    color: white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #337ab7;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #28508B;
}

.dropdown-menu:hover li a:hover {
    background-color: #3968AC;
}

.estilosNegritaGrande {
    font-weight: bold;
    font-size: 29px;
}

.estilosNegritaMediana {
    font-weight: bold;
    font-size: 24px;
    color: #ff7808;
}

.botonEliminarNotificaciones {
    font-size: 25px;
    margin-right: 10px;
}

.espacioAncho {
    height: 50px;
}

#apartadoResumenCierres {
    padding: 5px 0;
    font-size: 18px;
}





/* MediaQueries */
@media (min-width: 992px) and (max-width: 1199px) { /* Menores a 1200px y mayores a 992 */
}

@media (min-width: 768px) and (max-width: 991px) { /* Menores a 1200px */

}

@media (max-width: 767px) { /* Menores a 768px */
    .alinearBotonesXS {
        text-align: center;
    }

    .cobradoresAcc {
        font-size: 18px;
        margin-left: 0;
    }

    .navbar-nav {
        float: none;
    }

    .col-xs-10, .col-xs-2, .col-sm-12, .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .bootgrid-footer .search, .bootgrid-header .search {
        margin-right: 10px;
    }

    .search {
        width: 150px;
    }
}

@media (max-width: 500px) {

    .imgPaginaPrincipal {
        height: 80px;
    }

    .segmentoImgs {
        padding-top: 5px;
    }

    .estiloImagenPaginacionRutasLibro img {
        height: 50px;
    }

    .reducirInputTamano {
        width: 100px;
    }

}

@media (min-width: 500px) and (max-width: 767px) {
    .estiloImagenPaginacionRutasLibro img {
        height: 80px;
    }
}

