* {
    margin: 0;
    padding: 0;
    color: #231f20;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a, button, input, i {
    transition: color 0.4s;
}

.font-small {
    font-family: 'Raleway', sans-serif;
    font-size: 70%;
}

.font-smaller {
    font-family: 'Raleway', sans-serif;
    font-size: 60% !important;
}

.font-small a span {
    color: rgb(204, 7, 30) !important;
}

.font-small a,
.font-smaller a {
    color: rgb(204, 7, 30) !important;
}

    .font-small a:hover,
    .font-smaller a:hover {
        color: #ee0511 !important;
    }

    .font-small a span:hover,
    .font-smaller a span:hover {
        color: #ee0511 !important;
    }

.cabecera-minibarra {
    height: 70px;
}

.header-small {
    border-top: 4px solid #ee0511;
    border-bottom: 1px solid #ee0511;
}

.header-small-line {
    border-top: 1px solid #ee0511;
}

.footer-small-line {
    border-bottom: 1px solid #ee0511;
}

.form-field {
    height: 20px;
    border-radius: 0;
    border: 1px solid #ee0511;
    text-align: center;
}

.lupa {
    margin-top: -0.4rem;
}

.cabecera-vacio {
    background-image: url('../img/cabecera-fondo.png');
    background-repeat: repeat-x;
}

.cabecera-acceso-rapido {
    font-family: 'Raleway', sans-serif;
    background-image: url('../img/cabecera-corte.png');
    background-repeat: no-repeat;
}

    .cabecera-acceso-rapido li {
        font-size: 70%;
        margin-top: 18px;
    }

.menu-hover {
    padding-top: 1rem;
}

.opcion {
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    font-weight: 400;
    border-right: 1px solid #d1232a;
    max-height: 30px;
}

.opcion-medium {
    font-family: 'Oswald', sans-serif;
    font-size: 70%;
    font-weight: 400;
    border-right: 1px solid #d1232a;
    max-height: 30px;
}

    .opcion a,
    .opcion-medium a {
        color: #231f20;
        margin-top: -0.3rem;
        font-family: Oswald;
        font-weight: 700;
    }

.opcion-small {
    font-family: 'Oswald', sans-serif;
    /*font-size: 80%;
    font-weight: 400;
    max-height: 30px;*/
    width: 250px !important;
}

    .opcion-small a {
        color: #231f20;
    }

        .opcion-small a:hover {
            color: #ee0511;
        }

.no-border {
    border: none;
}

.border-1 {
    border: 1px solid #ee0511;
}

.opcion a:hover {
    color: #d1232a;
    background-image: url('../img/menu-hover.png');
    background-repeat: no-repeat;
    height: 5rem;
    background-position: center;
}

.opcion-final img,
.opcion-medium-final img {
    margin-top: -0.6rem;
}

.ficha {
    width: 22rem;
    height: 9rem;
    float: left;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    background-color: green;
}

    .ficha:hover {
        background-color: #d1232a;
    }

.ficha-large {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 100%;
    width: 340px;
    height: 186px;
    padding-top: 120px;
    text-align: center;
    text-transform: uppercase;
    background-position: top center;
}

    .ficha-large:hover {
        color: #FFFFFF;
    }

.ficha-small {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 70%;
}

    .ficha-small :hover {
        color: #ee0511;
    }

.circulo {
    background-color: #d1232a;
}

.visor {
    font-family: 'Raleway', sans-serif;
    background-color: #e7e8e9;
}

.titulo-paginas {
    color: #ee0511;
    /*border-bottom: 1px solid #ee0511;*/
    font-size: 80%;
    font-weight: 400;
    margin-left: 30px;
}

.noticia {
    margin-bottom: 60px;
}

    .noticia h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 160%;
        color: #ee0511;
        border-bottom: 1px solid #ee0511;
    }

    .noticia small {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 50%;
        color: #231f20;
    }

    .noticia p {
        font-weight: 400;
        font-size: 80%;
        color: #231f20;
    }

    .noticia img {
        border: 1px solid #ee0511;
        max-height: 10rem;
    }

.imagen-noticia-small {
    min-width: 100%;
    max-height: none !important;
}

.noticia-fecha-small {
    font-size: 80% !important;
    vertical-align: top;
}

.login {
    font-family: 'Raleway', sans-serif;
    background-color: #e7e8e9;
    margin-top: 35px;
}

.login-field {
    max-width: 20rem;
    /*height: 20px;*/
    border-radius: 0;
    border: 1px solid #6c7074;
    text-align: center;
    font-size: 13px;
    margin: auto;
    /*padding: 14px 10px;*/
    font-family: Roboto;
}

.login-field-small {
    max-width: 5rem;
    height: 20px;
    border-radius: 0;
    border: 1px solid #ee0511;
    text-align: center;
    font-size: 100%;
    margin: auto;
}

.login-button {
    background-color: #ee0511;
    font-weight: 600;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.login-link {
    color: #231f20;
    font-size: 60%;
    font-weight: 600;
}

    .login-link:hover {
        color: #ee0511;
    }

.info h1 {
    font-size: 100%;
    color: #ee0511;
    font-weight: 600;
}

.ulIdiomas {
    padding-left: 0;
    margin-right: 0px;
    margin-left: 0;
}

    .ulIdiomas li {
        display: inline-block !important;
        margin: 0 5px;
        width: auto !important;
    }

.ulIdiomasLarge li {
    margin-top: 17px;
}

.ulIdiomas li .idioma {
    background-color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    background-position: center center;
    background-size: 100% 100%;
    width: 24px;
    height: 18px;
    color: transparent;
    border: solid 1px #A1A1A1;
}

    .ulIdiomas li .idioma:hover {
        border-color: #d1232a;
    }

.ulIdiomas li .idiomaActivo {
    font-weight: 900;
    text-decoration: underline;
}

.ulIdiomas li .idiomaEs {
    background-image: url(../img/ico-es.png);
}

.ulIdiomas li .idiomaGl {
    background-image: url(../img/ico-gl.png);
}

.header-small .menu a {
    padding: 5px;
}

.header-small .menu li {
    width: auto;
}

    .header-small .menu li:first-child {
        float: left;
    }

.boton-pie {
    background-color: #ee0511;
    font-weight: 600;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.pie {
    font-family: 'Raleway', sans-serif;
    background-color: #e7e8e9;
}

.logo-pie {
    margin-top: 0.7rem;
}

.pie-info {
    font-size: 70%;
    text-align: justify;
    padding-left: 7rem;
}

.no-padding {
    padding: 0 !important;
}

.pie-info h6 {
    font-size: 120%;
}

.pie-info a {
    text-decoration: none;
    color: #231f20;
}

    .pie-info a:hover {
        color: #d1232a;
    }

.pie-menu {
    font-size: 80%;
}

    .pie-menu li,
    .pie-menu-small li {
        margin-bottom: -1rem;
    }

.pie-social li {
    margin: 0 -0.5rem;
}

.botonera {
    margin: 2rem 0;
}

.boton {
    background-color: green;
}



.boton-menu {
    color: #FFFFFF;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    width: 140px;
    height: 140px;
}

    .boton-menu h2 {
        text-transform: uppercase;
        font-size: 13px;
        max-width: 110px;
        margin: 88px auto 0;
        text-align: center;
    }

.boton-ficha h2 {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0px auto 0;
    text-align: center;
    color: #f31f26;
    font-weight: 600;
    font-family: 'Segoe UI', Roboto, Arial, Helvetica, sans-serif,;
}

.boton-ficha:hover h2, .boton-ficha:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.boton-menu:hover h2 {
    text-decoration: underline;
}

.boton-menu img {
    margin-left: auto;
    margin-right: auto;
}

.banner-header {
    height: 320px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

    .banner-header h1 .subtitulo {
        color: #000000;
    }

    .banner-header h1 {
        font-family: Oswald;
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 300;
        margin: 115px 0 0 100px;
        display: inline-block;
        line-height: 1.7;
    }

        .banner-header h1 span {
            color: #FFFFFF;
        }

.label-ruta {
    font-size: 12px;
    color: #231f20;
}

.div-ruta {
    margin: 15px 0px 15px;
}

    .div-ruta a {
        color: rgb(204, 7, 30) !important;
    }

        .div-ruta a:hover {
            text-decoration: underline;
        }

.panel-contenido {
    margin: 0 30px 60px;
}

.titulo-contenido {
    margin: 0 30px;
    width: 100%;
}

    .titulo-contenido h1 {
        display: inline-block;
        width: 100%;
    }

.tituloPaginas {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 800;
    color: #d1232a;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    border-bottom: solid 2px #d1232a;
}

.divNoticia {
    display: inline-block;
    width: 30%;
    margin: 1%;
    vertical-align: top;
}

    .divNoticia p {
        color: #666666;
        text-align: justify;
    }

    .divNoticia .divImg {
        width: 100%;
        border: none;
        height: 150px;
        margin-bottom: 10px;
        background-size: 100% auto;
        background-position: center center;
        transition: all 0.4s;
    }

    .divNoticia:hover .divImg {
        background-size: 105% auto;
        background-color: #000000;
    }

    .divNoticia:hover {
        text-decoration: none;
    }

    .divNoticia h1 {
        color: #d1232a;
        border: none;
        text-align: left;
    }

    .divNoticia .fechaNoticia {
        text-align: right;
        color: #999999;
        font-family: 'Oswald Regular';
        font-size: 14px;
        margin: 5px 0;
        display: inline-block;
        width: 100%;
    }


.separador-av {
    text-align: center;
    margin: 30px 0;
}

.separacion {
    margin-left: 15px;
    margin-top: 5px;
}

#menu li.desplegar-menu i {
    color: #f31f26;
}

.menu-redes {
}

    .menu-redes li {
        width: 32px;
    }

        .menu-redes li a {
        }

.sin-contenido {
    margin: 0 30px 30px;
    padding: 30px;
    font-size: 14px;
    border: solid 1px #E1E1E1;
}

.sin-submenus {
    margin: -30px 30px 30px;
    padding: 30px;
    font-size: 14px;
    border: solid 1px #E1E1E1;
    display: inline-block;
}

.titulo-pagina {
    background-image: url(../img/fondo-texto-cabecera.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 388px;
    height: 103px;
    display: inline-block;
    padding-left: 55px;
    padding-top: 4px;
}

.banner-login {
    background-image: url(../img/secciones/banner-login.jpg);
}

#frmLogin {
    margin-top: 20px;
}

.labelLogin {
    font-size: 13px;
}

#buscadorInputLarge {
    width: 0;
    position: absolute;
    right: 10px;
    opacity: 0;
    z-index: 20000;
}

    #buscadorInputLarge input {
        padding: 3px 10px;
        border-radius: 0;
        font-size: 13px;
        height: 25px;
        border: 1px solid #ee0511;
        width: 200px;
        display: inline-block;
    }

    #buscadorInputLarge button {
        width: 80px;
        display: inline-block;
        font-size: 12px;
    }

    #buscadorInputLarge div {
        width: 290px;
    }

    #buscadorInputLarge .inputBuscar {
        border: solid 1px #ee0511;
        padding: 3px 10px;
        margin-bottom: 0;
    }

    #buscadorInputLarge .btnBuscar {
        width: 18px;
        height: 18px;
        background-image: url(../img/icono-lupa.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        border: none;
    }

    #buscadorInputLarge .enlaceBusquedaAvanzada {
        font-size: 12px;
        display: block;
        color: #999999;
        text-decoration: none;
        transition: all 0.4s;
    }

    #buscadorInputLarge .btnBuscar:focus {
        outline: none;
    }

    #buscadorInputLarge .enlaceBusquedaAvanzada:hover {
        color: #000000;
    }

.div-opciones-menu {
    background-image: url(../img/fondo_opciones.png);
}

.formulario input[type="text"] {
    width: 100%;
}

.formulario .input-designacion-desde, .formulario .input-designacion-hasta, .formulario .input-desde, .formulario .input-hasta, .formulario .input-fecha {
    display: inline-block !important;
    width: 45%;
    max-width: 45%;
}

.formulario .botonera {
    text-align: right;
}

    .formulario .botonera input[type="submit"] {
        display: inline-block;
    }

.formulario h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald Regular';
    font-weight: 800;
    margin-top: 20px;
    color: #d1232a;
}

.formulario .input-in-line {
    display: inline-block;
}

.formulario-justificar img {
    display: inline-block;
    margin: 10px 0 0 5px;
}

.formulario select {
    min-height: 39px;
}

.btn-primary {
    background-color: #6c7074 !important;
    border-color: #505356 !important;
    font-size: 1em !important;
    font-weight: 900 !important;
    border-radius: 5px !important;
    color: White !important;
    transition: background-color 0.3s ease !important;
}

    .btn-primary:hover {
        background-color: #505356 !important;
    }

.btn-aca {
    background-color: white !important;
    border-color: #8c0e13 !important;
}

    .btn-aca:hover {
        background-color: #A1A1A1 !important;
    }

.ui-datepicker-header {
    background-image: none !important;
    background-color: #d1232a !important;
}

    .ui-datepicker-header .ui-datepicker-title span {
        color: #FFFFFF !important;
    }

.botonera i {
    color: #FFFFFF;
}

.tabla_tipo1 {
    font-size: 12px;
}

    /*.tabla_tipo1 th:first-child {
        min-width: 120px;
    }*/

    .tabla_tipo1 a:hover i {
        color: #d1232a !important;
    }

    .tabla_tipo1 td, .tabla_tipo1 th {
        padding: 5px !important;
    }

        .tabla_tipo1 td, .tabla_tipo1 th, .tabla_tipo1 th span {
            font-size: 12px;
        }

    .tabla_tipo1 .thead-dark th, .tabla_tipo1 .thead-dark th span {
        font-size: 12px;
        color: #FFFFFF;
    }

    .tabla_tipo1 input[type=checkbox] {
        margin-bottom: 0 !important;
    }

.grid_filas {
    border: none;
    border-bottom: solid 1px #DDDDDD !important;
    border-color: #DDDDDD !important;
}

.tabla_tipo1 tr:not(.grid_filas) table {
    width: auto;
}

    .tabla_tipo1 tr:not(.grid_filas) table td {
        width: 30px;
    }

.formulario .dato {
    min-width: 140px;
}

.formulario input:not([type='radio']) {
    margin: 0;
    min-width: 100px;
}

.ficha-designacion .contenido td, .ficha-designacion .contenido th, .cuerpoContenidos td, .cuerpoContenidos th {
    font-size: 12px;
}

.turnos-sin-justificar .cuerpoContenidos {
    margin-top: 30px;
}

.cuerpoContenidos h2, .cuerpoContenidos h3 {
    font-family: 'Oswald Regular';
    color: #d1232a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.dentro-panel {
    padding: 30px;
}

#modalHonorarios .modal-content {
    min-width: 600px;
    min-height: 500px;
}

.leyenda {
    font-size: 12px;
    margin-bottom: 30px;
}

.table .thead-dark th {
    background-color: #d1232a !important;
    border-color: #d1232a !important;
}

.lugarEvento {
    text-transform: uppercase;
    color: #A1A1A1;
    font-weight: 700;
}

.tituloEvento span {
    text-decoration: none;
    margin-top: 8px;
    color: #A1A1A1;
    display: inline-block;
    font-size: 14px;
}

.tituloEvento:hover span, .tituloEvento:hover {
    color: #000000;
    text-decoration: none;
}

.tabla-evento {
    margin-bottom: 5px;
}

    .tabla-evento i {
        color: #A1A1A1;
    }

/* RESPONSIVE PABLO */

@media only screen and (max-width: 1300px) {
    #menu .opcion {
        padding-left: 0px !important;
        padding-right: 0px !important;
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 1400px) {
    .pie-social img {
        max-width: 32px;
    }
}

@media only screen and (min-width: 1025px) {
    .boton-menu h2 {
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 1024px) {
    .boton-menu {
        height: auto;
    }

        .boton-menu h2 {
            color: #f31f26;
            margin-top: 20px;
            max-width: none;
        }

        .boton-menu img {
            margin-top: 10px;
            max-width: 80px;
            display: inline-block;
        }
}

@media only screen and (max-width: 640px) {

    .banner-header {
        height: 180px;
        background-size: auto 100%;
        background-position: right center;
        max-width: 100%;
    }

        .banner-header h1 {
            margin: 30px auto;
            max-width: 90%;
            line-height: 1.6;
        }

    .titulo-pagina {
        max-width: 100%;
        background-size: 100% auto;
    }

    .boton-menu h2 {
        min-height: 60px;
    }

    .menu-redes {
        text-align: center;
        margin-top: 45px !important;
    }

        .menu-redes li {
            display: inline-block !important;
            width: 32px !important;
            margin: 0 10px;
        }

            .menu-redes li a {
                padding: 0;
            }

    .sin-submenus {
        margin-top: 0;
    }

    /* MENU RESPONSIVE */

    #menu li {
        display: none;
    }

        #menu li.desplegar-menu {
            float: right;
            display: block;
            position: absolute;
            right: 0;
            top: -50px;
            color: #f31f26;
            text-align: right;
            width: 45px;
        }

    #menu.responsive {
        position: relative;
    }

        #menu.responsive li.desplegar-menu {
            position: absolute;
            right: 0;
            top: 0;
            text-align: right;
            top: -50px;
        }

        #menu.responsive li {
            float: none;
            display: block;
            text-align: left;
        }

    /* MENU RESPONSIVE */
}

@media only screen and (max-width: 480px) {
    .menu li {
        width: 100%;
    }

    .boton-menu {
        width: 100%;
    }

        .boton-menu h2 {
            min-height: 0;
        }
}

@media (min-width: 1200px) {
    .container {
        max-width: 90% !important;
    }
}


/* RESPONSIVE PABLO */




/* BORRAR */

.rr {
    background-color: red;
}

.gg {
    background-color: green;
}

.oo {
    background-color: orange;
}

.pp {
    background-color: purple;
}

/*****************/
/****Colores******/
.red {
    color: #ba0e22;
}

.vermas {
    color: #ba0e22;
    font-style: italic;
    font-weight: bold;
}

.activo {
    display: inline-block;
    vertical-align: middle;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0 10px 0 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ba0e22;
    color: #fefefe;
}

[data-whatinput='mouse'] .activo {
    outline: 0;
}

.activo:hover, .activo:focus {
    background-color: #bb293a;
    color: #fefefe;
}

.inactivo {
    display: inline-block;
    vertical-align: middle;
    padding: 0.85em 1em;
    border: solid 1px #ba0e22;
    border-radius: 0 0 0 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: white;
}

[data-whatinput='mouse'] .inactivo {
    outline: 0;
}

.inactivo:hover, .inactivo:focus {
    background-color: #bb293a;
    color: #fefefe;
}

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: #d1232a;
    color: white;
    z-index: 99999;
}

    #barraaceptacion > div, #barraaceptacion > div > a, #barraaceptacion > div > a > b {
        color: white;
    }

.marginauto {
    margin: auto;
}

.oculto {
    display: none !important;
}


.Fiesta {
    color: #CC071E;
}

.Fiestafondo {
}

.Fiestaborde {
    border: solid 2px #CC071E;
}

.Jornada {
    color: #CC071E;
}

.Jornadafondo {
}

.Jornadaborde {
    border: solid 2px #CC071E;
}

.Congreso {
    color: #35b635;
}

.Congresofondo {
}

.Congresoborde {
    border: solid 2px #35b635;
}

.Conferencia {
    color: #123fc1;
}

.Conferenciafondo {
}

.Conferenciaborde {
    border: solid 2px #123fc1;
}

.Otro {
    color: dimgray;
}

.Otrofondo {
}

.Otroborde {
    border: solid 2px dimgray;
}

.Quenda {
    color: coral;
}

.Quendafondo {
}

.Quendaborde {
    border: solid 2px coral;
}


.ActosColegiales {
    color: #aa6ca8;
}


.ActosColegialesborde {
    border: solid 2px #aa6ca8;
}

.float_izquierda {
    text-align: left;
}

.float_derecha {
    text-align: right;
}


/*--------------------------------------------
  ---------------galeriaFotos-----------------
  --------------------------------------------*/
.arrowsFloat {
    position: absolute;
    /*bottom: 3rem;*/
    bottom: 30%;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

#btnFlechaIzquierda {
    position: absolute;
    left: -3.5rem;
    top: calc(50% - 2.5rem);
    z-index: 1;
}

#btnFlechaDerecha {
    position: absolute;
    right: -3.5rem;
    top: calc(50% - 2.5rem);
    z-index: 1;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 575px) {
    #btnFlechaIzquierda {
        position: absolute;
        left: 1rem;
        top: calc(50% - 2.5rem);
        z-index: 1;
    }

        #btnFlechaIzquierda > img {
            height: 3rem !important;
        }

    #btnFlechaDerecha {
        position: absolute;
        right: 1rem;
        top: calc(50% - 2.5rem);
        z-index: 1;
    }

        #btnFlechaDerecha > img {
            height: 3rem !important;
        }
}


/*--------------------------------------------
  ---------------   Citas   -----------------
  --------------------------------------------*/

#Contenido_Calendar1 {
    border-collapse: separate !Important;
    border-spacing: 5px !Important;
}

.CalendarSeleccion {
    border: solid 3px #505356 !important;
    box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.75);
}

    .CalendarSeleccion .myCalendarTitle {
        font-weight: bold;
        text-transform: capitalize;
        height: 40px;
        line-height: 40px;
        background-color: white;
        color: black;
    }

    .CalendarSeleccion tr {
        background-color: white;
    }

    .CalendarSeleccion tbody th, tbody td {
        padding: 0.3rem !important;
    }

    .CalendarSeleccion tr td {
        background-color: white;
    }

.calendardias {
    /*border-bottom: solid 4px;
     border-color: lightgray !important;
     background-color: white;*/
    /*border-bottom: solid 4px;
    border-color: green !important;*/
    background-color: white;
}

.diaSemana {
    cursor: pointer;
}

    .diaSemana:hover {
        background-color: #8f8f8f !important;
    }

.dianterior {
    opacity: 0.3;
    background-color: lightgray;
}

.citaConfirmada {
    border: solid 4px !important;
    /*border-radius: 20px !important;*/
    border-color: green !important;
}

.citaBloqueada {
    /*border: solid 4px !important;
    border-color: black !important;*/
    background-color: lightgray !important;
}

.toUpper {
    text-transform: uppercase;
}

.sansSerif {
    font-family: sans-serif !important;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*------------------------------------------
  ----------  Listas_edicion.aspx ----------
  ------------------------------------------
*/

input.boton_archivar {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding: 3px 5px 4px 5px;
    padding: 6px 5px 5px 5px\0/;
    border: 1px solid orangered;
    width: auto;
    background-color: white;
    color: orangered;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../img/archivar.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

    input.boton_archivar:hover {
        background: #FEE2D5;
        background-image: url(../img/archivar.png);
        background-position: 5px;
        background-repeat: no-repeat;
    }

input.boton_limpar {
    margin-left: 5px;
    border: 1px solid #0079ac;
    width: auto;
    background-color: white;
    color: #0079ac;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 30px;
    background-image: url('../img/limpar.png');
    background-repeat: no-repeat;
    background-position: 5px;
    margin-right: 0;
    margin-top: 0;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 4px;
}

    input.boton_limpar:hover {
        background: #cae8f2;
        background-image: url(../img/limpar.png);
        background-position: 5px;
        background-repeat: no-repeat;
    }

input.boton_buscar {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding: 3px 5px 4px 5px;
    padding: 6px 5px 5px 5px\0/;
    border: 1px solid #0079ac;
    width: auto;
    background-color: white;
    color: #0079ac;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../img/icono-lupa.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

    input.boton_buscar:hover {
        background: #cae8f2;
        background-image: url('../img/icono-lupa.png');
        background-position: 5px;
        background-repeat: no-repeat;
    }

input.boton_anhadir {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding: 3px 5px 4px 5px;
    border: 1px solid #0079ac;
    width: auto;
    background-color: white;
    color: #0079ac;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../img/anhadir.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

    input.boton_anhadir:hover {
        background: #cae8f2;
        background-image: url(../img/anhadir.png);
        background-position: 5px;
        background-repeat: no-repeat;
    }


input.boton_exportar:hover {
    background: #C4EDC4;
    background-image: url(../img/exportar.png);
    background-position: 5px;
    background-repeat: no-repeat;
}

input.boton_exportar {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding: 3px 5px 4px 5px;
    padding: 6px 5px 5px 5px\0/;
    border: 1px solid green;
    width: auto;
    padding-left: 25px;
    background-color: white;
    color: green;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url(../img/exportar.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

input.boton_recibos:hover {
    background: #C4EDC4;
    background-image: url(../img/exportar.png);
    background-position: 5px;
    background-repeat: no-repeat;
}

input.boton_recibos {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding: 3px 5px 4px 5px;
    padding: 6px 5px 5px 5px\0/;
    border: 1px solid green;
    width: auto;
    padding-left: 25px;
    background-color: white;
    color: green;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url(../img/exportar.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

input.boton_cancel {
    border: none;
    color: white;
    background-color: #d90505;
}

    input.boton_cancel:hover {
        color: white;
        background-color: #9a0000;
    }

input.boton_ok {
    border: none;
    color: white;
    background-color: #2b8e39;
}

    input.boton_ok:hover {
        color: white;
        background-color: #095b15;
    }

input.boton_entrar {
    border: none;
    color: white;
    background-color: #0079AC;
}

    input.boton_entrar:hover {
        background-color: #085788;
    }

.estiloCheckBox > input {
    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    text-align: right;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
