.info {
    background-color: #f2f2f7;
    border: 1px solid #003760;
    padding: 10px;
    text-align: center;
}

* {
    transition: background-color 0.3s ease;
}

/*******************************************************************************/
/***Elimnar bordes de puntos de los enlaces***/
/*******************************************************************************/
a:hover,
a:focus,
.btn:focus {
    outline: none;
}
/*******************************************************************************/
/***Fuentes***/
/*******************************************************************************/

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

@font-face {
    font-family: "Muli";
    font-style: normal;
    font-weight: 400;
    src: local("Muli"), url("../fonts/muli.woff2") format("woff2"), url("../fonts/muli.woff") format("woff");
}

@font-face {
    font-family: "muliregularitalic";
    src: url("../fonts/muli-italic-webfont.eot");
    src: url("../fonts/muli-italic-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/muli-italic-webfont.woff2") format("woff2"),
        url("../fonts/muli-italic-webfont.woff") format("woff"),
        url("../fonts/muli-italic-webfont.ttf") format("truetype"),
        url("../fonts/muli-italic-webfont.svg#muliregularitalic") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*******************************************************************************/
/***Márgenes, Ajustes Alineaciones***/
/*******************************************************************************/

.noPadd {
    padding: 0;
}

#contenido .noMarg {
    margin: 0;
}

.floatLeft {
    float: left;
}

.mleft10 {
    margin-left: 10px;
}

.mBot0 {
    margin-bottom: 0;
}

.mRight {
    margin-right: 5px;
}

.mRigth5 {
    margin-right: 5px;
}

.mBot5 {
    margin-bottom: 5px;
}

.mBot10 {
    margin-bottom: 10px;
}

.mTop30 {
    margin-top: 30px;
}

.mBtt6 {
    margin-bottom: 6px;
}

.mTop0 {
    margin-top: 0;
}

.mTop6 {
    margin-top: 6px!important;
}

.mBtt20 {
    margin-bottom: 20px!important;
}

.azul a {
    color: #003760;
}

.pBot {
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .botonesCalendario div:first-child {
        text-align: right;
    }
    .botonesCalendario div:last-child {
        text-align: left;
    }
}

.max-w-175 {
    max-width: 175px;
}

.max-w-550 {
    max-width: 550px;
}

.botonesCalendario div {
    text-align: center;
    margin-bottom: 1.5rem;
}

.mRigthRadioBuzon {
    display: block;
}

img {
    max-width: 100%;
}

@media (min-width: 1050px) {
    .mRigthRadioBuzon {
        display: inline;
        margin-right: 55px;
    }
}

.mTop6 {
    margin-top: 6px;
}

.mTop8 {
    margin-top: 8px;
}

.mTop10 {
    margin-top: 10px;
}

.mTop20 {
    margin-top: 20px;
}

.mTop30 {
    margin-top: 30px;
}

.mTop40 {
    margin-top: 40px;
}

.mbt80 {
    margin-bottom: 80px;
}

.desplegableMenuAccesoSocios .mTop10 {
    margin-top: 10px;
}

.line-height160 {
    line-height: 160%;
}

.form-controlTop {
    margin-top: 5px;
    font-size: 0.9em;
}

.centrarImagen {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.centrarImagen img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.centrar {
    text-align: center;
}

.mLeftCheck {
    margin-left: -5px;
}

.documentosDescargar .btn-primary .fa {
    margin-right: 10px;
}

@media (min-width: 941px) {
    .mLeftCheck {
        margin-left: 20px;
    }
}

#contenido h3.mTop20 {
    margin-top: 20px;
}

ul.sinEstilo {
    padding-left: 0;
    list-style: none;
}

.accesoDirecto img[src$=".svg"] {
    width: 60px;
}

/*******************************************************************************/
/***Estructura***/
/*******************************************************************************/
.textoCursiva {
    font-style: oblique;
}

.container {
    width: 100%;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Muli", sans-serif;
    margin-bottom: 100px; /***Tamaño del alto del pie***/
}

.logo {
    width: 80px;
    height: 30px;
    background: url("../img/logos/logo67.png") no-repeat center;
    background-size: 80px 30px;
    float: left;
    top: 15px;
    left: 10px;
    position: absolute;
    z-index: 9;
}

.logo svg {
    width: 80px;
    height: 30px;
}

.textoDorado {
    color: #b1a26c;
}

.imagenWorkshop {
    max-width: 700px;
    margin: 1.5rem auto;
}

@media (min-width: 471px) {
    .logo {
        width: 160px;
        height: 59px;
        background: url("../img/logos/logo180.png") no-repeat center;
        background-size: 160px 59px;
        top: 5px;
    }
}

.contenedor {
    max-width: 1024px;
    background-color: #fff;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

.contenido {
    padding: 0 0.8em;
    color: #444;
    margin-bottom: 5em;
}

.cabecera {
    margin: 0;
    min-height: 90px;
    position: relative;
}

@media (min-width: 816px) {
    .cabecera {
        min-height: 110px;
    }
}

#pestaniaSuperior {
    width: 730px;
    height: 60px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #d2d1cf;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
}

#pestaniaSuperior a {
    color: #ffffff;
}

#pestaniaSuperior .btn-primary {
    background-color: #003760;
    border-radius: none !important;
}

#pestaniaSuperior .btn-primary:hover {
    background-color: #b1a26c !important;
    color: #ffffff !important;
}

#pestaniaSuperior .btn-primary:active,
#pestaniaSuperior .btn-primary:focus {
    background-color: #003760 !important;
    color: #ffffff;
}

@media only screen and (max-width: 970px) {
    #pestaniaSuperior {
        width: 650px;
    }
}

@media only screen and (max-width: 920px) {
    #pestaniaSuperior {
        width: 610px;
    }
}

@media only screen and (max-width: 860px) {
    #pestaniaSuperior {
        width: 590px;
    }
}

@media only screen and (max-width: 815px) {
    #pestaniaSuperior {
        width: 390px;
    }
}

@media only screen and (max-width: 610px) {
    #pestaniaSuperior {
        width: 250px;
    }
}

@media only screen and (max-width: 470px) {
    #pestaniaSuperior {
        width: 100%;
    }
}

.cajonHazteSocioMini {
    height: 60px;
    width: 100%;
    float: left;
    padding-left: 20px;
    background: url("../img/iconos/iconoHazteSocioBlanco.png") no-repeat center left 10px;
    fnt-size: 0.8em;
    background-color: #03385f;
    margin-bottom: 10px;
    padding: 8px 0 0 40px;
}

.cajonHazteSocioMini:hover {
    background-color: #b1a26c;
    color: #003760 !important;
}

.cajonHazteSocio {
    width: 162px;
    padding-right: 12px;
    border-right: 2px solid #ebebeb;
    float: left;
    text-align: right;
    background: url("../img/iconos/iconoHazteSocioAzul.png") no-repeat center left 3px;
}

.cajonHazteSocio:hover {
    background: url("../img/iconos/iconoHazteSocioDorado.png") no-repeat center left 3px;
    color: #b1a26c !important;
}

.cajonHazteSocio,
.iconoAccesoSocios,
.hazteSocioDropdown {
    text-transform: uppercase;
}

@media only screen and (max-width: 970px) {
    .cajonHazteSocio {
        width: 140px;
        padding-left: 10px;
        border-right: 2px solid #ebebeb;
        float: left;
        font-size: 0.8em;
        margin-left: 4px;
        background: url("../img/iconos/iconoHazteSocioAzulPeq.png") no-repeat center left 10px;
    }

    .cajonHazteSocio:hover {
        background: url("../img/iconos/iconoHazteSocioDoradoPeq.png") no-repeat center left 10px;
    }
}

@media only screen and (max-width: 590px) {
    .cajonHazteSocio {
        background: none;
        width: 105px;
        border-right: 2px solid #ebebeb;
        float: left;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 610px) {
    .cajonHazteSocio {
        display: none;
    }
}

.hazteSocioDropdown {
    display: none;
}

@media only screen and (max-width: 610px) {
    .hazteSocioDropdown {
        margin-top: 8px;
        display: block;
    }
}

.miniClear {
    display: block;
}

@media only screen and (max-width: 391px) {
    .miniClear {
        display: none;
    }
}

.desplegableMenuAccesoSocios {
    color: #5b8ac7;
    z-index: 10000;
    border-top: none;
    margin-top: -2px;
    min-width: 203px;
    left: -13px;
    padding: 10px 15px 10px 15px!important;
}

#pestaniaSuperior .desplegableMenuAccesoSocios .bootstrap-select a {
    color: #003760;
}

#pestaniaSuperior .desplegableMenuAccesoSocios .bootstrap-select a:hover {
    color: #fff!important;
}

.desplegableMenuAccesoSocios .bootstrap-select .dropdown-menu {
    top: 34px;
}

.cajonAccesoSocios {
    padding-right: 12px;
    border-right: 2px solid #ebebeb;
    float: left;
    margin-left: 12px;
    margin-top: 0;
    text-align: center;
}

.cajonAccesoSocios a:hover {
    color: #b1a26c !important;
}

.cajonAccesoSocios .cajonHazteSocioMini:hover {
    color: #ffffff !important;
}

.iconoAccesoSocios {
    background: url(../img/iconos/iconoAccesoSociosAzul.png) no-repeat center left;
    padding-left: 45px;
}

.iconoAccesoSocios:hover {
    background: url(../img/iconos/iconoAccesoSociosDorado.png) no-repeat center left;
}

.nombreAccesoSocios {
    float: left;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 970px) {
    .cajonAccesoSocios {
        padding-right: 3px;
        font-size: 0.8em;
        margin-left: 12px;
        border: none;
    }

    .iconoAccesoSocios {
        background: url(../img/iconos/iconoAccesoSociosAzulPeq.png) no-repeat center left;
        padding-left: 35px;
    }

    .iconoAccesoSocios:hover {
        background: url(../img/iconos/iconoAccesoSociosDoradoPeq.png) no-repeat center left;
    }

    .nombreAccesoSocios {
        max-width: 250px;
    }
}

@media only screen and (max-width: 860px) {
    .nombreAccesoSocios {
        max-width: 230px;
    }
}

@media only screen and (max-width: 815px) {
    .cajonAccesoSocios {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 610px) {
    .nombreAccesoSocios {
        max-width: 100px;
    }
}

@media only screen and (max-width: 492px) {
    .cajonAccesoSocios {
        border-right: none;
        margin-left: 8px;
    }
}

@media only screen and (max-width: 455px) {
    .cajonAccesoSocios {
        margin-left: 120px;
    }
}

@media only screen and (max-width: 470px) {
    .iconoAccesoSocios {
        background: none;
    }

    .iconoAccesoSocios:hover {
        background: none;
    }

    .nombreAccesoSocios {
        max-width: 250px;
    }

    .cajonAccesoSocios {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 460px) {
    .nombreAccesoSocios {
        max-width: 230px;
    }
}

@media only screen and (max-width: 440px) {
    .nombreAccesoSocios {
        max-width: 210px;
    }
}

@media only screen and (max-width: 420px) {
    .nombreAccesoSocios {
        max-width: 190px;
    }
}

@media only screen and (max-width: 400px) {
    .nombreAccesoSocios {
        max-width: 170px;
    }
}

@media only screen and (max-width: 380px) {
    .nombreAccesoSocios {
        max-width: 150px;
    }
}

@media only screen and (max-width: 360px) {
    .nombreAccesoSocios {
        max-width: 130px;
    }
}

@media only screen and (max-width: 340px) {
    .nombreAccesoSocios {
        max-width: 100px;
    }
}

@media only screen and (max-width: 319px) {
    .nombreAccesoSocios {
        max-width: 90px;
    }
}

.cajonBuscarMobile {
    display: none;
    position: relative;
}

.cajonBuscarMobile .form-control {
    border-radius: 0;
}

.cajonBuscarMobile .btn-primary {
    background-color: #003760;
}

.cajonBuscarMobile .btn-primary:hover,
.cajonBuscarMobile .btn-primary:active,
.cajonBuscarMobile .btn-primary:focus {
    background-color: #afa06b !important;
}

@media only screen and (max-width: 815px) {
    .cajonBuscarMobile {
        clear: both;
        display: block;
        width: 98%;
        margin: 12px auto;
        margin-bottom: 20px;
    }
}

.btn-primary.btn-border {
    background-color: transparent;
    color: #003760;
    border: 1px solid #003760;
}

.btn-info.btn-border {
    background-color: transparent;
    color: #afa06b;
    border: 1px solid #afa06b;
}


.cajonBuscar {
    width: 225px;
    padding-right: 12px;
    border-right: 2px solid #ebebeb;
    float: left;
    margin-left: 12px;
    position: relative;
    height: 44px;
}

.cajonBuscadorInterno {
    width: 101%;
    padding-right: 5px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .cajonBuscadorInterno {
        padding-right: 12px;
        width: 102%;
    }
}

.mTop20cientif {
    margin-top: 20px;
}

.cajonBuscadorInterno2 {
    width: 101%;
    padding-right: 5px;
    float: left;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .cajonBuscadorInterno2 {
        margin-top: 40px;
    }

    .cajonBuscadorInterno2 .btn-primary {
        margin-right: -7px;
    }

    .mTop20cientif {
        margin-top: 0;
    }
}

.lupita {
    height: 28px;
    position: absolute;
    right: 16px;
    top: 10px;
    margin-top: -2px;
    display: inline;
    padding: 0.4em 0.5em;
    background-color: #b1a26c;
    border: #b1a26c;
    color: #ffffff !important;
}

.lupita.lupitaFiltrarPor {
    margin-top: 0;
    top: 3px;
}

@media only screen and (max-width: 920px) {
    .cajonBuscar {
        width: 190px;
        border-right: 2px solid #ebebeb;
        float: left;
        margin-top: 0;
    }
}

@media only screen and (max-width: 860px) {
    .cajonBuscar {
        width: 175px;
        border-right: 2px solid #ebebeb;
        float: left;
        margin-top: 0;
    }
}

@media only screen and (max-width: 780px) {
    .cajonBuscar {
        padding-right: 4px;
        border: none;
        width: 150px;
        margin-top: 0;
        margin-left: 4px;
    }

    .lupita {
        right: 8px;
    }
}

.cajonBuscarMobile .lupita {
    top: 5px;
    right: 4px;
}

@media (min-width: 457px) {
    .cajonBuscarMobile {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 815px) {
    .cajonBuscar {
        display: none;
    }
}

.cajonSocialIcons {
    margin-left: 12px;
}

@media only screen and (max-width: 920px) {
    .cajonSocialIcons {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 720px) {
    .cajonSocialIcons {
        margin-left: 4px;
    }
}

.navbar-login {
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#modalRecordarContrasenia {
    z-index: 999999;
}

.clearFix {
    display: block;
    clear: both;
    height: 4px;
}

hr {
    margin: 1.6em 0;
    border: none;
    border-bottom: dotted 1px #bbb;
}

.requerido {
    color: #c90000;
    margin: 0 5px 0 5px;
}

.navbar-collapse .glyphicon-chevron-down {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .navbar-collapse .glyphicon-chevron-down {
        display: none;
    }
}

/*------Desplegar menú -----*/
@media (min-width: 991px) {
    .nav li:hover > ul {
        display: block;
        background-color: #d2d1cf;
    }

    .dropdown-menu > li > a {
        color: #003760;
        font-weight: bold;
    }
}

.dropdown-menu > li > a:hover {
    background-color: #b1a26c;
    color: #ffffff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #b1a26c;
    color: #ffffff;
}
/*------flecha scroll top arriba -----*/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: #003760;
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 10;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.go-top:hover,
.go-top:active,
.go-top:focus {
    background-color: #d2d1cf;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*---navbar----*/
.navbar .navbar-nav > li .activo {
    background-color: #b1a26c;
    color: #ffffff;
}

.navbar {
    background-color: #003760;
    min-height: 34px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
    z-index: 999;
    border-radius: 0;
}

@media (min-width: 992px) {
    .navbar-nav {
        display: flex;
        justify-content: space-between;
        float: none;
    }
}

.navbar .navbar-text {
    color: #f5f5f5;
}

.navbar .navbar-nav > li > a {
    color: #ffffff;
    font-size: 0.86em;
    padding: 18px !important;
    text-transform: uppercase;
    background-color: #003760;
    padding-left: 0.8em;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dddce1;
}

@media (min-width: 992px) {
    .navbar .navbar-nav > li > a {
        border-bottom: none;
        padding: 22px 18px!important;
    }
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #b1a26c;
}

.navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #b1a26c;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #b1a26c;
}

.navbar .navbar-toggle {
    border-color: #b1a26c;
    color: #b1a26c;
    background-color: #b1a26c;
}

.navbar-toggle {
    margin-left: auto;
    margin-right: auto;
}

.botonMenuLateral .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #b1a26c;
    border-color: #b1a26c;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border: none;
    background-color: #003760;
    padding: 0;
}

.navbar .navbar-link {
    color: #b1a26c;
}

.navbar .navbar-link:hover {
    color: #ffffff;
    background-color: #b1a26c;
}

.navbar .container-fluid,
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse.in {
    margin: 0;
    padding: 0;
}

.navbar-default a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8em;
}

@media only screen and (max-width: 1080px) {
    .navbar-default a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }
}

.navbar-default a:hover {
    text-decoration: none;
    background-color: #b1a26c;
}

.navbar-brand {
    display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #003760;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    background-color: #d2d1cf;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #003760;
        background-color: #d2d1cf;
    }

    .navbar-default a {
        text-align: left;
    }
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #b1a26c;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #003760;
}

.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fff;
    background-color: #b1a26c;
}

.navbar-default .navbar-link {
    color: #fff;
}

.navbar-default .navbar-link:hover {
    color: #fff;
}

.navbar-default .btn-link {
    color: #fff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #fff;
}

.dropdown-menu {
    background-color: #d2d1cf;
    color: #b1a26c;
}

.bootstrap-select .dropdown-menu {
    background-color: #fff;
}

.dropdown-toggle:hover > .dropdown-menu {
    display: block;
}

.selector .btn-group {
    height: 48px;
}

.desplegableMenuAccesoSocios hr {
    margin-top: 0;
    margin-bottom: 12px;
}

/*--- retoque alto cada li para color de fondo completo ---*/
.dropdown-menu .divider {
    height: 1px;
    margin: 0;
    background-color: #003760;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu {
        text-align: center;
    }

    .dropdown-menu {
        padding: 0;
    }
}

/*---/navbar----*/

.espaniol,
.ingles {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    margin-left: 4px;
    background-size: 42px 42px;
}

.espaniol:hover,
.ingles:hover,
.espaniol.activo,
.ingles.activo {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.espaniol {
    background: url("../img/iconos/iconoFacebook.png") no-repeat left center;
    margin-left: 13px;
}

.ingles {
    background: url("../img/iconos/iconoingles.png") no-repeat left center;
}

@media only screen and (max-width: 970px) {
    .espaniol,
    .ingles {
        width: 30px;
        height: 30px;
        margin-top: 8px;
        background-size: 30px 30px;
    }

    .espaniol {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 815px) {
    .espaniol,
    .ingles {
        width: 23px;
        height: 23px;
        margin-top: 12px;
        background-size: 23px 23px;
    }

    .espaniol {
        margin-left: 0;
    }
}

.bs-example {
    margin: 20px;
}

/*-------------- Responsive ----------------------*/

@media only screen and (max-width: 940px) {
    .navbar {
        text-align: center;
        background-color: #003760;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        border: 0;
        min-height: 35px;
    }

    .navbar-toggle {
        float: none;
    }

    .navbar-nav {
        margin: 0;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .navbar ul {
        text-align: center;
        border: 0;
        min-height: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .listadoVisualJuntaDirectiva li {
        min-height: 10em;
    }
}

.nav-tabs > li > a {
    font-weight: bold;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    background: #fafcfe;
}

.nav-tabs > li.active a {
    color: #1c6284;
    cursor: default;
    background: #ffffff;
    border-bottom-color: transparent;
}

.nav-tabs > li.active a:hover {
    color: #1c6284;
    cursor: default;
    border-bottom-color: transparent;
    background-color: #ffffff;
}

.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
    color: #1c6284;
    background-color: FFFFFF;
}

.separadorTexto {
    color: #bdbdbd;
    padding: 0 5px 0 5px;
}

.account-wall .btn-primary:active,
.table-condensed .btn-primary:active {
    background-color: #b1a26c;
}

.cajonBuscar .btn-primary:hover,
.cajonBuscar .btn-primary:focus,
.cajonBuscar .btn-primary:active {
    background-color: #b1a26c;
}

.btn-primary:hover {
    border: none;
}

.btn-border {
    border: 1px solid inherit;
    background-color: none;
}

/*---Botones----------------*/
.btn-gris {
    background-color: #d2d1cf;
    color: #003760;
    padding: 5px 12px 5px 12px;
    font-weight: bold;
}

.btn-gris:hover,
.btn-gris:active,
.btn-gris:focus {
    background-color: #003760;
    color: #d2d1cf;
}

.form-group span.btn-primary {
    margin-top: 4px;
}

.btn-primary,
.botonera .btn-primary {
    background-color: #003760;
    border: #003760;
    font-weight: bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.botonera .btn-primary:hover,
.botonera .btn-primary:focus,
.botonera .btn-primary:active {
    background-color: #b1a26c !important;
}

.btn-info {
    background-color: #cabf99;
    border: none;
    color: #003760;
    font-weight: bold;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #003760 !important;
    color: #ffffff !important;
}

.btn-info .active:hover {
    background-color: #003760 !important;
}

.botonera {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

.buscador .btn-primary:active,
.buscador .btn-primary:focus {
    background-color: #b1a26c;
    color: #ffffff;
}

.enviarMensaje div {
    font-size: 12px;
}

.itemDirectorioSocio {
    margin-bottom: 50px;
}

.directorioSocios .cajaElementos {
    position: relative;
    min-height: 190px;
}

.directorioSocios .enviarMensaje {
    position: absolute;
    bottom: 20px;
    right: 28px;
}

/* Estilos Acordeón*/
.panel-title {
    color: #ffffff;
    font-size: 14px;
}

.panel-title:hover {
    color: #f2f2f7;
}

.panel-default > .panel-heading {
    background-color: #003760;
}

.panel-default {
    border-color: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-default > a.panel-heading:focus {
    background-color: #b1a26c;
}

.panel-default > a.panel-heading {
    display: block;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #f2f2f7;
    text-align: justify;
}

/*******************************************************************************/
/***Sticky Footer***/
/*******************************************************************************/
html {
    position: relative;
    min-height: 100%;
}

#pie {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #ffffff;
    background: #b1a26c;
    text-align: center;
    font-size: 0.9em;
    padding: 0.8em;
}

#pie a {
    color: #ffffff;
}

#pie a:hover {
    color: #003760;
}

#pie img {
    margin-left: 10px;
}

/*******************************************************************************/
/***Inicio ***/
/*******************************************************************************/
h1 {
    font-size: 11px;
    position: absolute;
    top: 55px;
    left: 8px;
    color: #003760;
    font-weight: bold;
}

@media (min-width: 320px) {
    h1 {
        font-size: 12px;
    }
}

@media (min-width: 360px) {
    h1 {
        font-size: 14px;
    }
}

@media (min-width: 457px) {
    h1 {
        font-size: 16px;
        top: 65px;
    }
}

@media (min-width: 1042px) {
    h1 {
        top: 60px;
    }
}

.tituloNovedadesAgenda {
    font-size: 18px;
}

@media (min-width: 400px) {
    .mBtt10 {
        margin-bottom: 10px;
    }
}

@media (min-width: 500px) {
    .tituloNovedadesAgenda {
        font-size: 20px;
    }
}

#owl-novedades .item {
    background: #003760;
    color: #9f9ea5;
    text-align: left;
    height: 306px;
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.item h3 {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #003760;
}

.owl-carousel .item .subtitulo {
    font-style: italic;
    padding: 0;
    margin: 0;
}

.owl-carousel .item .fechaNovedad {
    padding-top: 5px;
    margin: 0;
}

.novedadesagenda .owl-carousel .owl-item img {
    border-radius: 4px;
}

.textoNovedad {
    margin: 0;
}

.item img {
    width: 100%;
    margin-top: 10px;
}

.customNavigation {
    text-align: right;
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b1a26c none repeat scroll 0 0;
}

#sectionInicio .buttonAcceso {
    /*padding: 40px 10px 5px 10px;*/
    padding: 0 10px 10px 10px;
}

/* Desde 400*/
@media (min-width: 400px) {
    .customNavigation {
        margin-top: -30px;
    }
}

/* Desde 530*/
@media (min-width: 530px) {
    .owl-dots {
        margin-bottom: 0;
    }
}

/* Desde 768*/
@media (min-width: 768px) {
    #sectionInicio .buttonAcceso {
        min-height: 100px;
    }
}

/* Desde 992*/
@media (min-width: 992px) {
    .customNavigation {
        margin-top: -30px;
    }

    #sectionInicio .buttonAcceso {
        min-height: auto;
        font-size: 18px;
    }
}

/* Desde 1015*/
@media (min-width: 1015px) {
    #sectionInicio .buttonAcceso {
        font-size: 18px;
        padding: 0 10px 11px 10px;
    }
}

/* Ajuste de alto de los botones de inicio en responsive cuando se situan debajo del banner */
@media (min-width: 769px) and (max-width: 991px) {
    #sectionInicio .buttonAcceso {
        min-height: 105px;
    }
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #b1a26c;
    color: #fff;
}

.customNavigation a:hover {
    background-color: #003760;
    color: #fff;
}

.owl-theme .owl-controls .owl-page span {
    background: #b1a26c;
}

.leerMas {
    padding: 45px 10px 5px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #003760;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f7+0,f2f2f7+100&0+0,1+25,1+100 */
    background: -moz-linear-gradient(
        top,
        rgba(242, 242, 247, 0) 0%,
        rgba(242, 242, 247, 1) 45%,
        rgba(242, 242, 247, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(242, 242, 247, 0) 0%,
        rgba(242, 242, 247, 1) 45%,
        rgba(242, 242, 247, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(242, 242, 247, 0) 0%,
        rgba(242, 242, 247, 1) 45%,
        rgba(242, 242, 247, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f7', endColorstr='#f2f2f7',GradientType=0 ); /* IE6-9 */
}

.leerMas i {
    padding-left: 15px;
}

.owl-pagination {
    margin-bottom: 30px;
}

/* Desde 1200*/
@media (min-width: 1200px) {
    .owl-pagination {
        margin-bottom: 0;
    }
}

.novedadesagenda {
    background-color: #f2f2f7;
    margin-top: 20px;
}

/*******************************************************************************/
/***Botones***/
/*******************************************************************************/
.btn {
    border-radius: 0px;
}

.buttonAcceso img {
    margin-top: -60px;
}

.textoAcreditaciones {
    color: #fff;
    background-color: #b1a26c;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 20px;
}

.row.colaboradores {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.row.colaboradores div {
    margin: 2rem 0;
}

.row.colaboradores img {
    max-height: 100px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .row.colaboradores img {
        max-width: 190px;
    } 
}

.buttonAcceso,
.subMenuVisual .buttonAcceso {
    background: #003760;
    display: block;
    color: #b1a26c;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 55px;
}

.subMenuVisual .buttonAcceso {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.botonMenuLateral {
    background-color: #b0a167;
}

.buttonAcceso:hover,
.buttonAcceso:active,
.buttonAcceso:focus {
    background-color: #b0a167;
    transition: all 2s ease;
    color: #ffffff;
}

.btn-principal {
    padding: 8px 20px;
    background: #eaf7ff;
    border: none;
    font-size: 12px;
    color: #003760;
    float: right;
    font-weight: bold;
}

.btn-principal:hover,
.btn-principal:focus,
.btn-principal:active {
    background: #003760;
    color: #ffffff;
}

/*******************************************************************************/
/***Errores***/
/*******************************************************************************/

.container .tituloError {
    font-size: 40px;
    color: #003760;
}

@media (min-width: 500px) {
    .container .tituloError {
        font-size: 50px;
    }
}

@media (min-width: 700px) {
    .container .tituloError {
        font-size: 60px;
    }
}

.container .textoError {
    font-size: 15px;
    font-family: "muliregularitalic";
    margin-top: 20px;
    text-shadow: #f7edf5 0.1em 0.1em 0.2em;
}

@media (min-width: 500px) {
    .container .textoError {
        font-size: 19px;
    }
}

.centrarImagenError img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*******************************************************************************/
/***Hazte Socio***/
/*******************************************************************************/
textarea {
    resize: none;
}

.captcha {
    margin: 20px 0 20px 0;
    font-size: 12px;
}

.captcha a {
    color: #003760;
}

.captcha a:hover {
    color: #b1a26c;
}

/*******************************************************************************/
/***Contacto***/
/*******************************************************************************/
.google-maps {
    margin-top: 10px;
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.direccion {
    text-align: center;
    margin-top: 20px;
}

/*******************************************************************************/
/***Estructura Interna***/
/*******************************************************************************/
#migas {
    display: block;
    margin: 0.5em 0 0.8em 0;
    color: #aaa;
}

#migas a {
    text-decoration: none;
}

#migas a:hover {
    color: #5b8ac7;
}

.migActual,
.textoResaltado {
    font-weight: bold;
    color: #b1a26c;
}

.subMenuVisual a {
    width: 100%;
    padding: 1.6em 1.6em 1.6em 0;
    margin: 0.5em 0;
    background-color: #003760;
    list-style-type: none;
    font-size: small;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 200%;
    font-weight: bold;
    color: #b1a26c;
    display: block;
}

@media (min-width: 1040px) {
    .subMenuVisual {
        padding-left: 0;
    }
}

.subMenuVisual a:hover,
.subMenuVisual a:active,
.subMenuVisual a:focus {
    background-color: #b1a26c;
    text-decoration: none;
    color: #ffffff;
}

.subMenuVisual .subMenuVisualActivo {
    background-color: #b1a26c;
    font-weight: bold;
    color: #ffffff;
}

.subMenuVisual .subMenuVisualSubMenu {
    margin-left: 20px;
    width: auto;
}

#contenido .form-control {
    border-radius: 0;
}

#contenido h2 {
    font-size: 22px;
    margin-top: 0;
    color: #003760;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

#contenido h3 {
    font-size: 1.5em;
    font-size: 19px;
    color: #b1a26c;
    font-weight: bold;
    margin: 5px 0 5px 0;
    border-bottom: 1px solid #f2f2f7;
    text-align: left;
}

#contenido h3 a {
    color: #b1a26c;
}

#contenido h3 a:hover,
#contenido h3 a:focus,
#contenido h3 a:active {
    color: #d2d1cf;
}

#contenido h4 span {
    color: #b1a26c;
}

#contenido #simposio h4 {
    font-size: 1em;
    font-weight: bold;
    color: #337ab7;
}

#contenido p a {
    color: #b1a26c;
}

#contenido p a:hover {
    color: #003760;
}

@media (min-width: 768px) {
    #contenido h2 {
        margin: 10px 0 10px 0;
    }
}

#sectionInicio h3 {
    margin-top: 20px;
    font-size: 22px;
    color: #003760;
    font-weight: bold;
}

.iconosSubMenus {
    float: left;
    margin: -6px 10px 0 10px;
    background-color: #b1a26c;
    border-radius: 50%;
    width: 40px;
}

#contenido .imagenDetalle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    width: 200px;
    height: auto;
    float: left;
    margin: 0 20px 20px 0;
}

.texto {
    text-align: justify;
}

.texto ul,
.texto ol {
    overflow: auto;
}

.texto a {
    color: #b1a26c;
}

.texto a:hover,
.texto a:active,
.texto a:focus {
    color: #003760;
}

.direccion {
    text-align: center;
    margin-top: 20px;
}

#contenido .dropdown-menu {
    background-color: #ffffff;
    text-align: left;
}

#contenido .enlaceDocumentacion a {
    color: #b1a26c;
}

#contenido .enlaceDocumentacion a:hover {
    color: #003760;
}

/*******************************************************************************/
/***Cajas Dinámicas de Contenido***/
/*******************************************************************************/
.altoMinimoSinFoto {
    min-height: 163px;
}

#contenido .altoMinimoAcceso {
    min-height: 133px;
}

.cajaElementos {
    margin: 0 0 1em 0;
    padding: 15px 20px 10px 20px;
    background-color: #fff;
    border: solid 1px #003760;
    overflow: hidden;
}

.cajaElementos hr {
    border-bottom: dotted 1px #b2c8e5;
    margin-top: 10px;
    margin-bottom: 5px;
    clear: both;
}

.cajaElementos img:hover {
    color: #b1a26c !important;
}

.simulateParagraphStyle,
.cajaElementos p {
    font-size: 14px;
    margin-bottom: 4px;
    color: #000;
}

.cajaElementos a {
    color: #444444;
}

.cajaElementos a:hover,
.cajaElementos a:focus {
    color: #b1a26c;
}

.cajaElementos.cajaResultados a {
    color: #003760;
}

.cajaElementos.cajaResultados a:hover {
    color: #b1a26c;
}

.resultadoBusqueda,
.fechaResultado {
    color: #003760;
}

.cajaElementos strong {
    color: #444;
}

#contenido .cajaElementos h3 {
    font-size: 19px;
    color: #b1a26c;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    border-bottom: none;
}

#contenido .cajaElementos .tamanioTexto18 {
    font-size: 18px;
}

#contenido .cajaElementos h4 {
    font-weight: bold;
    font-size: 16px;
}

#contenido .cajaElementos .subtitulo2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #b9b8b5;
    text-transform: uppercase;
    font-size: 13px;
}

.cajaElementos ul,
.cajaElementos ol {
    overflow: auto;
}

.miniaturaPortada {
    width: 120px;
    height: auto;
    float: left;
    margin: 5px 10px 10px 0;
}

.portadaDetalle {
    width: 200px;
    height: auto;
    float: left;
    margin: 5px 15px 10px 0;
}

.barraPiecajaElementos {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    margin-top: 1em;
    clear: both;
    display: block;
}

.barraPiecajaElementos li {
    list-style: none;
    display: inline-block;
}

.barraPiecajaElementos li:last-child a {
    border: none !important;
}

.barraPiecajaElementos li a {
    display: inline-block;
    border-right: solid 1px #d9cfcf;
    margin-right: 0.5em;
    padding-right: 1em;
    margin-bottom: 1em;
    padding-left: 32px;
    height: 28px;
    line-height: 26px;
    min-width: 6em;
    color: #000000;
}

.barraPiecajaElementos li a:hover,
.barraPiecajaElementos li a:focus,
.barraPiecajaElementos li a:active {
    color: #b1a26c;
}

.elementoDetalles {
    background: url("../img/iconos/iconoDetalles.png") no-repeat 4px center;
}

.elementoPDF {
    background: url("../img/iconos/iconoPDF.png") no-repeat 4px center;
}

.elementoDOC {
    background: url("../img/iconos/iconoWord.png") no-repeat 4px center;
}

.elementoPPT {
    background: url("../img/iconos/iconoPPT.png") no-repeat 4px center;
}

.elementoXLS {
    background: url("../img/iconos/iconoXLS.png") no-repeat 4px center;
}

.elementoAudio {
    background: url("../img/iconos/iconoAudio.png") no-repeat 4px center;
}

.elementoEnlace {
    background: url("../img/iconos/iconoEnlace.png") no-repeat 4px center;
}

.elementoVideoEnlazado {
    background: url("../img/iconos/iconoVideo.png") no-repeat 4px center;
}

.elementoCorreo {
    background: url("../img/iconos/iconoCorreo.png") no-repeat 4px center;
}

.elementoInscripcion {
    background: url("../img/iconos/iconoFormInscripcion.png") no-repeat 4px center;
}

.aviso {
    text-align: justify;
}

.aviso a {
    color: #b1a26c;
}

.aviso label {
    font-weight: normal;
}

.aviso a:hover,
.aviso a:active,
.aviso a:focus {
    color: #b1a26c;
}

.textoAlerta {
    font-family: "muliregularitalic";
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

.iconosagendaYHora {
    background-color: #f2f2f7;
    color: #000000;
    border-color: #cccccc;
}

.iconosagendaYHora:hover {
    border-color: #cccccc;
}

.redesSociales {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
/*------ Galería --------*/
.panelImagenesApartado {
    position: relative;
    margin: 1em 0;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    background: #003760 none repeat scroll 0 0 !important;
}

.container .swiper-container {
    margin-bottom: 50px;
}

.swiper-slide {
    position: relative;
    display: block;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide .capaVerMas {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3em 0.8em;
    z-index: 1;
}

.swiper-slide:hover .capaVerMas {
    background: #003760 url(../img/iconos/lupa.png) no-repeat center center;
    background-size: calc(100% / 3.5) auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.cajaElementos .swiper-button-next {
    background-image: url("../img/iconos/fleRight.png");
    float: right;
}

.cajaElementos .swiper-button-prev {
    background-image: url("../img/iconos/fleLeft.png");
    float: left;
}

.cajaElementos .swiper-button-next,
.cajaElementos .swiper-button-prev {
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    margin: -14px 0 0 0;
}

.cajaElementos .swiper-container {
    z-index: 1040;
    margin: 0 50px;
}

.cajaElementos .swiper-pagination {
    display: block;
    position: static;
    text-align: center;
    margin-bottom: 10px;
}

.cajaElementos .swiper-pagination-bullet {
    margin: 0 3px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

/*------ Interna - Detalle --------*/
.autor img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 80px;
    height: auto;
    float: right;
    margin-left: 1em;
}

.label .label-danger {
    padding: 0.2em 0.6em 0.3em !important;
}

.paddh4 {
    padding-left: 0;
    padding-top: 3px;
}

/* Desde 664*/
@media (min-width: 664px) {
    .mTopTituloH2 {
        margin-top: 20px;
    }

    .mTopTituloH3 {
        margin-top: 23px;
    }

    .nopaddtitulo {
        padding-left: 0;
    }

    .paddh4 {
        padding-top: 0;
    }
}

/* Desde 768*/
@media (min-width: 768px) {
    .anchoTituloH1 {
        width: 100%;
    }

    .mTopTituloH2 {
        margin-top: 0;
    }

    .mTopTituloH3 {
        margin-top: 0;
    }

    .nopaddtitulo {
        padding-left: 20px;
    }

    .paddh4 {
        padding-left: 0;
        padding-top: 3px;
    }
}

/* Desde 990*/
@media (min-width: 990px) {
    .anchoTituloH1 {
        width: auto;
    }

    .mTopTituloH2 {
        margin-top: 20px;
    }

    .mTopTituloH3 {
        margin-top: 23px;
    }

    .nopaddtitulo {
        padding-left: 0;
    }

    .paddh4 {
        padding-top: 0;
    }
}

.anchoTitulo {
    width: auto;
    display: inline-block;
}

/*******************************************************************************/
/***Etiquetas***/
/*******************************************************************************/

.etiquetas {
    margin-top: 20px;
}

.etiquetas .nav > li {
    display: inline-block;
}

.etiquetas .nav > li a {
    margin: 0 5px 5px 0;
    padding: 0px 5px 0 5px;
    color: #ffffff;
}

.etiquetas .botonEtiquetaSeleccionada,
.etiquetas .nav > li > a:focus,
.etiquetas .nav > li > a:hover {
    background-color: #b1a26c;
    color: #ffffff;
}

.detalleEtiquetas .btn-invertido {
    background-color: #003760;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    cursor: default;
    margin: 0 5px 5px 0;
    font-size: small;
}

.detalleEtiquetas .btn-invertido:hover {
    color: #ffffff;
}

.detalleEtiquetas .btn-invertido:active {
    background: #003760;
    border-color: #003760;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*******************************************************************************/
/***Paginación***/
/*******************************************************************************/
#paginacion {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

#paginacion a {
    background: #003760;
    padding: 6px 10px;
    margin-left: -1px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

#paginacionContenedor {
    margin: 2em auto;
}

#paginacion a:hover,
#paginacion a.paginaActual {
    background: #b1a26c;
    color: #fff;
}

@media only screen and (min-width: 875px) {
    .paginaAnterior:after {
        content: "Anterior";
    }

    .paginaSiguiente:after {
        content: "Siguiente";
    }

    .paginaPrimera:after {
        content: "Primero";
    }

    .paginaUltima:after {
        content: "Último";
    }
}

@media only screen and (max-width: 875px) {
    .paginaAnterior:after {
        content: "...";
    }

    .paginaSiguiente:after {
        content: "...";
    }

    .paginaPrimera:after {
        content: "\002758\25c0";
    }

    .paginaUltima:after {
        content: "\25b6\002758";
    }
}

/*******************************************************************************/
/***Grupos de Trabajo, Proyectos Científicos***/
/*******************************************************************************/

.categoriasDinamicas a {
    padding: 5px 15px 5px 15px;
}

.documentos {
    margin-top: 5px;
}

.bgDocumentos {
    background-color: #b1a26c;
    padding: 10px 20px 8px 10px;
}

.documentos ul {
    padding-left: 0px;
}

.documentos li {
    padding: 0 10px 10px 10px;
    margin: 10px 0 10px -30px;
    color: #ffffff;
}

.documentos li a {
    color: #ffffff;
}

.documentos li a:hover,
.documentos li a:active,
.documentos li a:focus {
    text-decoration: none;
}

.documentos .pdf {
    background: url(../img/iconos/iconoPDF.png) no-repeat left center;
    list-style: none;
    padding: 0px 0 0 35px;
}

.documentos .word {
    background: url(../img/iconos/iconoWord.png) no-repeat left center;
    list-style: none;
    padding: 0 0 0 35px;
}

.documentos .xls {
    background: url(../img/iconos/iconoXLS.png) no-repeat left center;
    list-style: none;
    padding: 0 0 0 35px;
}

.documentos .ppt {
    background: url(../img/iconos/iconoPPT.png) no-repeat left center;
    list-style: none;
    padding: 0 0 0 35px;
}

.documentos a {
    color: #333;
}

.documentos a:hover,
.documentos a:active,
.documentos a:focus {
    color: #003760;
}

.enlaces li {
    list-style-image: url(../img/iconos/enlace.png);
}

.enlaces a,
.mapaWeb a,
.documentacion a,
.asambleas a,
.notasDePrensa a {
    color: #333;
}

.enlaces a:hover,
.enlaces a:active,
.enlaces a:focus,
.mapaWeb a:hover,
.mapaWeb a:active,
.mapaWeb a:focus,
.asambleas a:hover,
.asambleas a:active,
.asambleas a:focus,
.documentacion a:hover,
.documentacion a:focus,
.documentacion a:active,
.notasDePrensa a:hover,
.notasDePrensa a:focus,
.notasDePrensa a:active {
    color: #b1a26c;
}

.asambleas li,
.documentacion li {
    list-style-image: url(../img/zonaPrivada/iconos/documento.png);
}

.notasDePrensa {
    list-style-image: url(../img/iconos/notaDePrensa.png);
}

.notasDePrensa li.notaPrensaAudio {
    list-style-image: url(../img/iconos/notaDePrensaAudio.png);
}

.websInteres h4 {
    font-size: 16px;
    font-style: oblique;
    color: #003760;
    font-weight: bold;
}

.mapaWeb li {
    list-style-image: url(../img/iconos/mapaWeb.png);
}

/*******************************************************************************/
/***Patrocinadores***/
/*******************************************************************************/
.patrocinadores img {
    margin-top: 20px;
    max-width: 100%;
}

.patrocinadores > div {
    height: 111px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .patrocinadores > div {
        margin-bottom: 30px;
    }
}

.patrocinadores a {
    color: #b1a26c;
}

.patrocinadores a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.6;
}

.patrocinadores .pieImagen {
    font-size: 12px;
    padding-top: 0.3em;
    color: #b1a26c;
}

.mLeftTitulo {
    margin-left: 20px;
}

@media (min-width: 1041px) {
    .mLeftTitulo {
        margin-left: 0;
    }
}

/*******************************************************************************/
/***Formularios***/
/*******************************************************************************/

#contenido .form-group .btn {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#contenido .input-group .bootstrap-select .btn.dropdown-toggle {
    border-left: none;
}

#contenido .input-group .bootstrap-select .btn.dropdown-toggle,
#contenido .form-group .input-group .form-control:last-child,
#contenido .form-group .input-group-addon:last-child,
#contenido
    .form-group
    .input-group-btn:first-child
    > #contenido
    .form-group
    .btn-group:not(:first-child)
    > #contenido
    .form-group
    .btn,
#contenido .form-group .input-group-btn:first-child > #contenido .form-group .btn:not(:first-child),
#contenido .form-group .input-group-btn:last-child > #contenido .form-group .btn,
#contenido .form-group .input-group-btn:last-child > #contenido .form-group .btn-group > #contenido .form-group .btn,
#contenido .form-group .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#contenido .btn-file .btn {
    height: 34px;
    color: #ffffff;
}

#contenido .btn-file .btn:active,
#contenido .btn-file .btn:focus {
    background-color: #b1a26c;
}

#contenido .btn-file .input {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.cajonBuscar .form-control {
    border-radius: 0;
}
/*******************************************************************************/
/***Aperecer antes el menú Hamburguesa (concretamente a 767px)***/
/*******************************************************************************/
.centrarMenuHamburguesa {
    width: 22px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 991px) {
    hr.oculto-md {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    hr.oculto-md {
        margin: 12px;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        float: none;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .navbar-collapse:before {
        content: none;
    }
    .navbar-collapse:after {
        content: none;
    }
    .nav:before {
        content: none;
    }
}

/*******************************************************************************/
/***Login***/
/*******************************************************************************/
.sizeTextoAlerta {
    font-size: 20px;
}

.paddIconoUsuario {
    padding-right: 17px;
    padding-left: 17px;
}

.login {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
    border: 1px solid #003760;
}

#contenido .tituloLogin {
    text-align: center;
    text-transform: uppercase;
    border-bottom: none !important;
    margin-bottom: 20px !important;
}

.login .mtop10 {
    margin-top: 10px;
}

.contenidoInternoLogin {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.login .mTop20 {
    margin-top: 20px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/*******************************************************************************/
/***Agenda***/
/*******************************************************************************/
/*--Responsive Tablas--*/
@media only screen and (max-width: 900px) {
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables td {
        border: none;
        position: relative;
        padding-left: 30%;
        white-space: normal;
        text-align: left;
        border-bottom: 3px solid #ffffff;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables td:before {
        content: attr(data-title);
    }
}

.no-more-tables td::after {
    content: "\00a0";
}
/*--Calendario--*/
#tablaCalendario {
    border: 0;
}

#tablaCalendario th,
#tablaCalendario td {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

#tablaCalendario td a {
    color: #ffffff;
    background: #d2d1cf;
    overflow: hidden;
    font-weight: bold;
}

#tablaCalendario td a:hover {
    background-color: #b1a26c;
}

#tablaCalendario .mesAnio th {
    padding: 5px;
    border: 1px solid #fff;
}

#tablaCalendario .diasSemana th > *,
#tablaCalendario td > * {
    border: 1px solid #fff;
    display: block;
    padding: 5px;
    height: 20px;
    width: 20px;
    box-sizing: content-box;
}

#tablaCalendario td.diaActual > * {
    border: 1px solid #000000;
    outline: 1px solid #000000;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 2px solid #ddd;
}

.bgDias {
    background-color: #f9f9f9;
    color: #003760;
}

.mesAnio {
    background-color: #003760;
}

.mesAnio a {
    color: #ffffff;
}

.mesAnio a:hover {
    color: #eaf7ff;
}

.diasSemana {
    background-color: #cabf99;
    color: #003760;
}

.tablaScroll {
    overflow: auto;
}

.tablaScroll th {
    background-color: #003760;
    color: #fff;
}

.tablaScroll td {
    text-align: left;
}

.tablaScroll td.text-center {
    text-align: center;
}

.bgSabado,
.bgDomingo {
    background-color: #eaf7ff;
}

.table-condensed .btn-primary {
    background-color: #d2d1cf;
}

.table-condensed .btn-primary a {
    color: #ffffff;
}

/***Comitñes de trabajo***/
.categoriasDinamicas a {
    padding: 5px 15px 5px 15px;
}

.estiloSubnivel1 {
    font-size: 16px;
    font-style: oblique;
    color: #003760;
    font-weight: bold;
}

#contenido .estiloSubtitulo,
#contenido .cajaElementos h5 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.colorAzul {
    color: #003760;
}

.listaMiembros {
    list-style: none;
}

.listaMiembros li {
    list-style-image: url(../img/iconos/user.png);
}
/*******************************************************************************/
/***Zona Privada***/
/*******************************************************************************/
#contenido .textoSinNegrita label {
    font-weight: normal;
}

.miPerfil .thumbnail {
    border: none;
    padding: 0;
    margin: 0;
}

.posicionDesplegable {
    left: -120px;
    top: 55px;
}

@media (min-width: 471px) {
    .posicionDesplegable {
        left: -33px;
    }
}

.iconoSocio img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid;
}

#pestaniaSuperior .zonaPrivada {
    margin-left: 120px;
}

@media (min-width: 471px) {
    #pestaniaSuperior .zonaPrivada {
        margin-left: 20px;
    }
}

.video {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video:after {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zonaPrivada .btn-primary:hover,
.zonaPrivada .btn-primary:focus,
.zonaPrivada .btn-primary:active {
    color: #ffffff;
}

.accesoDirectoZP {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b1a26c;
    min-height: 150px;
    margin: 0 0 30px 0;
    border: 1px solid #b1a26c;
    width: 100%;
}

.accesoDirectoZP:hover {
    background-color: #f2f2f7;
}

.accesoDirectoZP img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-height: 55px;
}

#contenido .accesoDirecto a:hover,
#contenido .accesoDirecto a:focus,
#contenido .accesoDirecto a:active {
    text-decoration: none;
}

.alert a {
    color: #8a6d3b;
    font-weight: bold;
}

.alert a:hover {
    color: #bc9b63;
}

@media (min-width: 768px) {
    .btn-primary .fa {
        margin-right: 10px;
    }
}

.tituloListado {
    font-weight: bold;
    font-size: 13px;
}

.mleft-14 {
    margin-left: -14px;
}

.mLeft15 {
    margin-left: 8px;
}

.padd5 {
    padding-top: 5px;
}

@media (min-width: 500px) {
    .tituloListado {
        font-size: 14px;
    }

    .mLeft15 {
        margin-left: 15px;
    }
}

.panelFotoNoHover {
    background: #fff;
    border: solid 1px #eee;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panelFotoNoHover .thumbnail {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.panelFoto {
    background: #fff;
    padding: 8px;
    border: solid 1px #eee;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pieToolbarImagenes {
    border-top: solid 1px #eee;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
    clear: both;
    text-align: right;
    padding: 12px;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #eee;
    overflow: auto;
}

.pieToolbarImagenes:hover {
    background: #fff;
}

.cambiarContrasenia .fa {
    margin-right: 10px;
}

.cambiarContrasenia {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .cambiarContrasenia {
        margin-bottom: 0;
    }
}

.panelFoto .btn-default:hover {
    background-color: #c7c7c9;
}

.modal-dialog h4 {
    color: #b1a26c;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-body .btn-file:hover {
    color: #ffffff;
}

.modal-footer .btn-primary:hover,
.modal-footer .btn-primary:active,
.modal-footer .btn-primary:focus {
    color: #ffffff;
}

.modal-footer-cookies {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
@media (max-width: 500px) {
    .modal-footer-cookies {
        text-align: center;
    }
}

.botones {
    text-align: center;
    padding: 20px 10px 20px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003760;
    min-height: 100px;
    margin: 0 0 30px 0;
    border: 1px solid #003760;
    width: 100%;
    background-color: #fff;
}

.botones span {
    display: block;
    text-transform: none;
    margin-top: 5px;
    color: #b0a167;
}

.botones small.d-block {
    font-size: 13px;
    color: #333;
    text-transform: none;
    font-weight: normal;
    margin-top: 0.3rem;
}

.d-flex {
    display: flex;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.d-block {
    display: block;
}

.casosClinicos .botones {
    display: flex;
    text-align: left;
    text-transform: none;
}

.casosClinicos .botones p {
    color: #333;
    font-weight: 400;
    margin-top: 1rem;
}

.casosClinicos .botones .imagen {
    margin-right: 2rem;
    width: 10%;
}

.casosClinicos .botones .texto {
    margin-right: 2rem;
    width: 90%;
}

@media (max-width: 600px) {
    .casosClinicos .botones {
        display: block;
    }
    .casosClinicos .botones .imagen {
       display: none;
    }
    
    .casosClinicos .botones .texto {
        width: 100%;
    }
}

.padding-15 {
    padding-left: 15px;
}

.botones img {
    max-width: 100%;
    max-height: 200px;
}

.row.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.d-flex.justify-content-center {
    justify-content: center;
}

.row.d-flex .botones {
    margin-bottom: 0;
    height: 100%;
}

.row.d-flex [class*="col-"] {
    margin-bottom: 20px;
}

.becas .botones {
    min-height: auto;
}

.oculto {
    display: none;
}

.logoSimposio {
    text-align: center;
    margin: 1.5rem 0 2rem 0;
}

@media (max-width: 768px) {
    .panel-default.navSimposio li {
        float: none;
    }
}

.botones:hover {
    background-color: #f2f2f7;
}

.botones img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.cursorPointer {
    cursor: pointer;
}

/*Botones Switch*/
#contenido .btn.btn-switchAzul,
#contenido .btn.btn-switchDorado {
    text-shadow: 1px 1px 1px #666;
    color: #fff;
    border-radius: 0;
}

.btn-switchAzul {
    background-color: #003760;
    border: 1px solid #003760;
    border-radius: 0;
}

.btn-switchDorado {
    background-color: #b1a26c;
    border: 1px solid #b1a26c;
    border-radius: 0;
}

#contenido .btn.btn-switchGris {
    color: #bbb;
    border: 1px solid #ccc;
    border-radius: 0;
}

.btnMas {
    padding: 7px 10px 7px 10px;
    margin: 25px 0 0 10px;
}

@media (min-width: 768px) {
    .btnMas {
        padding: 7px 0 7px 10px;
    }
}

#contenido .btnMas:hover,
#contenido .btnMas:active,
#contenido .btnMas:focus {
    color: #ffffff;
}
/*Boletines trimestrales TTD*/

.boletinesTrimestrales img:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*******************************************************************************/
/***Simposios TTD***/
/*******************************************************************************/

.programa {
    padding: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

.programa:hover {
    background-color: #eaf7ff;
}

.programa a {
    color: #000000;
}

.programa a.hora {
    color: #337ab7;
    padding-bottom: 5px;
}

.programaDestacado {
    background-color: #b1a26c;
}

.programaDestacado:hover {
    background-color: #cabf99;
}

.programaDestacado a,
.programaDestacado a.hora {
    color: #ffffff;
}

.programaDestacado a.hora {
    padding-bottom: 5px;
}

.programaCientifico .acordeon {
    padding: 0;
}

.programaCientifico .acordeon .panel {
    margin-bottom: 0;
}

.programaCientifico .acordeon:hover {
    background-color: inherit;
}

.programaCientifico .acordeon .panel-heading {
    background-color: #b1a26c;
    color: #ffffff;
}

.programaCientifico .acordeon .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}

.programaCientifico .nav-pills a {
    text-transform: uppercase;
    color: #b1a26c;
    margin: 0 0.3em 0.3em 0.3em;
    border-radius: 0;
    border: 0;
}

.programaCientifico .nav-pills a:first-child {
    margin-left: 0;
}

.programaCientifico .nav-pills a:last-child {
    margin-right: 0;
}

.programaCientifico .nav-pills li.active a {
    background-color: #003760;
}

.programaCientifico .nav-pills a:hover,
.programaCientifico .nav-pills li.active a:hover {
    background-color: #b1a26c;
    color: #ffffff;
}

.descripcionAcordeon {
    padding: 10px 10px 15px 10px;
    border-bottom: 1px solid #b1a26c;
}

.descripcionAcordeon:hover {
    background-color: inherit;
}

.nav-tabs {
    background-color: #f3f7fd;
}

.CambiaDiasPrograma {
    float: right;
}

.cambiaDiaPrograma {
    background-color: #d2d1cf;
    color: #ffffff;
    padding: 5px;
}

.letraMayuscula {
    text-transform: uppercase;
}

.mTopBtnPrograma .fa-file-text,
.mTopBtnInscripcion .fa-file-text {
    margin-right: 5px;
}

.mTopBtnInscripcion {
    margin-top: -15px;
}

.mTopBtnPrograma {
    margin-top: -3px;
}

@media (min-width: 380px) {
    .mTopBtnPrograma {
        margin-top: -17px;
    }
}

.listaVideos {
    list-style: none;
}

.listaVideos li {
    list-style-image: url(../img/iconos/videos.png);
}

.listaVideos li a {
    color: #000000;
}

.listaVideos li a:hover {
    color: #b1a26c;
}
/* Video/*/
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed,
.videoContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imagenAnchoTotal {
    width: 100%;
    height: auto;
}

.boletinesTrimestrales h4 {
    height: 32px;
}

/*******************************************************************************/
/*** Comité científico ***/
/*******************************************************************************/

.cssmap-tooltip-content {
    font-weight: bold;
}

.cssmap-tooltip-content span {
    display: block;
    text-align: left;
    font-weight: normal;
    margin-top: 0.3em;
}

#mapaSpain ul {
    display: none;
}

#tablaBuscadorComiteCientifico i {
    margin: 0;
}

#tablaBuscadorComiteCientifico .celdaBoton {
    padding-left: 10px;
    width: 40px;
}

#tablaBuscadorComiteCientifico .celdaBoton .btn {
    padding: 0;
    height: 34px;
    line-height: 34px;
    width: 40px;
    display: block;
    text-align: center;
}

/* Sala de reuniones */
.panelImagenesApartado.panelImagenesApartadoMontaje {
    margin-bottom: 0;
}

.panelImagenesApartado.panelImagenesApartadoMontaje .noMarg {
    padding-bottom: 35px;
}

.panelImagenesApartado.panelImagenesApartadoMontaje .swiper-wrapper {
    margin-bottom: 10px;
}

.bottomControlsContainerSwiper {
    overflow: auto;
    position: absolute;
    bottom: 0;
    transform: translate(50% 0);
    width: 100%;
}

.cajaElementos .bottomControlsContainerSwiper .swiper-button-prev,
.cajaElementos .bottomControlsContainerSwiper .swiper-button-next {
    position: static;
    margin-top: 0;
    float: left;
    transform: none;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    height: 35px;
    background-size: 18px;
}

.cajaElementos .bottomControlsContainerSwiper a.btn {
    color: #ffffff;
}

#enlacesGruposCooperativos {
    text-align: center;
}

#enlacesGruposCooperativos a {
    display: inline-block;
    margin: 1em;
}

#enlacesGruposCooperativos a,
#enlacesGruposCooperativos a img {
    transition: all 0.3s ease;
}

#enlacesGruposCooperativos a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.logosResponsabilidadSocialCorporativa img {
    margin: 20px 10px;
}

#btnInstitucionesInternacionales a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#btnInstitucionesInternacionales {
    clear: both;
    width: 100%;
    margin: 6px 0 30px 0;
    display: none;
    text-align: center;
}

#btnInstitucionesInternacionales a {
    display: inline-block;
}

.filaMapa {
    position: relative;
}

@media (min-width: 768px) {
    #btnInstitucionesInternacionales {
        position: absolute;
        bottom: 55px;
        left: 15px;
        margin: 0;
        text-align: left;
        width: auto;
    }
}

.itemPortadaDocumento img {
    width: 150px;
    height: 200px;
}

/* Videos del programa de simposios */
.videoSimposioItem {
    margin: 1em 0;
}

.tituloVideoSimposio {
    color: #337ab7;
    margin-bottom: 0.5em;
    display: block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*** Botones para seleccionar el certificado que se quiere descargar **/
#botonesCertificados {
    margin: 3em auto;
}

#botonesCertificados table {
    width: 100%;
    margin: 0;
    padding: 0;
}

#botonesCertificados table td {
    margin: 0;
    padding: 0;
}

#botonesCertificados .btn {
    height: 6em;
    white-space: normal;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
    margin: 15px;
    text-align: center;
}

#botonesCertificados .btn span {
    display: table;
    height: 100%;
    width: 100%;
}

#botonesCertificados .btn span span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .premios .img-responsive {
        width: 65%;
        margin: 0 auto;
    }
}

/* Control progreso beca */

.pasos {
    margin-bottom: 2.5rem;
}

.pasos-header {
    padding: 0.375rem;
}

.pasos-header .progress {
    height: 1.25rem;
    margin-bottom: 0;
}

.pasos-header .progress-bar {
    background-color: #003760;
}

.pasos-body {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.paso {
    display: inline-block;
    position: relative;
    padding-top: 0.8rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 1px dotted #dfdfdf;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 25%;
}

.paso:last-child {
    border-right: 0;
}

.paso-indicador {
    display: block;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.has-indicador {
    padding-right: 1.5rem;
    padding-left: 2.375rem;
}

.has-indicador .paso-indicador {
    top: 50%;
    margin-top: -0.75rem;
}

.paso-icon {
    display: block;
    width: 1.5rem;
    margin: 0 auto;
    margin-bottom: 0.75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #888;
}

.paso:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
}

.paso:hover .paso-indicador {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-color: transparent;
    background-color: #f4f4f4;
}

.paso:hover .paso-icon {
    color: rgba(0, 0, 0, 0.9);
}

.paso-active,
.paso-active:hover {
    color: rgba(0, 0, 0, 0.9);
    pointer-events: none;
    cursor: default;
}

.paso-active .paso-indicador,
.paso-active:hover .paso-indicador {
    border-color: transparent;
    background-color: #5c77fc;
    color: #fff;
}

.paso-active .paso-icon,
.paso-active:hover .paso-icon {
    color: #003760;
}

.paso-completado .paso-indicador,
.paso-completado:hover .paso-indicador {
    border-color: transparent;
    background-color: rgba(51, 203, 129, 0.12);
    color: #33cb81;
    line-height: 1.25rem;
}

.paso-completado .step-indicador .feather,
.paso-completado:hover .step-indicador .feather {
    width: 0.875rem;
    height: 0.875rem;
}

.paso-rechazado i {
    color: #c90000;
}

@media (max-width: 575.98px) {
    .pasos-header {
        display: none;
    }
    .pasos-body,
    .paso {
        display: block;
        width: 100%!important;
    }
    .paso {
        border-right: 0;
        border-bottom: 1px dashed #e7e7e7;
    }
    .step:last-child {
        border-bottom: 0;
    }
    .has-indicador {
        padding: 1rem 0.75rem;
    }
    .has-indicador .paso-indicador {
        display: inline-block;
        position: static;
        margin: 0;
        margin-right: 0.75rem;
    }
}

/* FORMULARIOS
----------------------------------------------------------*/
textarea {
	resize: none;
}

	.input-group-addon-error, .dropdown-toggle-error, .fileInputError .file-caption, input.error, input.error:focus, textarea.error, textarea.error:focus, select.error, select.error:focus, .TxDescripcion_DesignBox.error {
		border-color: #a94442;
	}

	input[type=text]:not(.error):focus, input[type=password]:not(.error):focus, textarea:not(.error):focus, select:not(.error):focus {
		border-color: #56B4EF;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6);
		opacity: 0.8;
		outline: 0 none;
	}

	input.error:focus, textarea.error:focus, select.error:focus {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
		opacity: 0.8;
		outline: 0 none;
	}

.bootstrap-tagsinput input[type=text]:not(.error):focus {
	box-shadow: none;
}

input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: 1px dotted #666666;
}

.fileInputErrorMG .file-caption,
.input-group.error .file-caption,
input.error,
textarea.error,
select.error,
.dropdown-toggle.error,
.dropdown-toggle-error,
#contenido .form-group .bootstrap-select .btn.dropdown-toggle.dropdown-toggle-error,
#contenido .input-group .bootstrap-select .btn.dropdown-toggle.dropdown-toggle-error,
#contenido .form-group .input-group-btn:last-child > .dropdown-toggle.dropdown-toggle-error {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
	color: #333333;
	outline: 0 none;
}

div.error, span.error {
	color: #cc0000;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
}

.input-group-addon-error {
	color: #a94442;
	background-color: #f2dede;
}

.account-wall .error span.error {
	margin-top: 5px;
	display: block;
}

.contenidoInternoLogin .contenedorError {
	overflow: auto;
}

.contenidoInternoLogin span.error {
	float: left;
	width: 100%;
}

#contenido .btn-file .file-input .btn.btn-default {
	color: #000;
}

.mRigthRadioBuzon .iradio_flat-aero {
	margin-right: 4px;
}

.imagenesPatrocinadores img {
	max-width: 120px;
}

/* FIN Formularios */
/* -- Menu filtros -- */
.openMenuFiltros {
	font-size: 14px;
	cursor: pointer;
}

.menuDD {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

	.menuDD > li a {
		clear: both;
		color: #333;
		display: block;
		font-weight: normal;
		line-height: 1.42857;
		padding: 12px 20px;
		white-space: nowrap;
	}

		.menuDD > li a:hover {
			background-color: #f5f5f5;
			color: #262626;
			text-decoration: none;
		}

.search-panel .openMenuDD {
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 100%;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

	.search-panel .openMenuDD:hover {
		background-color: #f5f5f5;
		color: #262626;
		text-decoration: none;
	}

.search_concept {
	clear: both;
	color: #333;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 12px 20px;
	white-space: nowrap;
}

.openMenuDD .caret {
	margin-top: -2px;
	position: absolute;
	right: 12px;
	top: 50%;
	vertical-align: middle;
}

.cajonBuscadorInterno .cajonBuscadorInterno2 {
	margin-top: 0px;
}


/* -- Loader -- */

#fondoLoader {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#overlay {
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* html #overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#loader {
	z-index: 10002;
	position: relative;
	margin: 0 auto;
	top: 40%;
	width: 233px;
	background-color: White;
	border: 3px solid #EEEEEE;
	padding: 2.2em 2.5em 1.2em 2.3em;
}

* html #loader {
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

.loaderText {
	position: relative;
	left: -1px;
	bottom: 0.4em;
	width: 155px;
	font-size: medium;
	color: #003760;
	margin: 0 0 0 0.2em;
}

/* Varios  */

.oculto {
	display: none;
}

.mleft5 {
	margin-left: 5px;
}

.ocultaEnlacesTodosNinguno {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.simulateParagraphStyle {
	margin-bottom: 4px;
	font-size: 0.9em;
}

.modal-body .simulateParagraphStyle {
	margin-bottom: 10px;
	font-size: 0.95em;
}

.cajaElementos .simulateParagraphStyle p {
	font-size: 0.95em;
}

.rblOpciones label {
	margin-left: 5px;
	margin-right: 20px;
	font-weight: bold;
}

.mBottom15 {
	margin-bottom: 15px;
}

input[type=text].error:focus, input[type=password].error:focus, textarea.error:focus, select.error:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
	opacity: 0.8;
	outline: 0 none;
}

.sinResultados {
	color: #9f9ea4;
	padding: 20px;
}

.novedadesagenda .sinResultados {
	margin-top: 30px;
	text-align: center;
}

.textoControlAviso span {
	margin-left: 10px;
}

.pleft1 {
	padding-left: 1px;
}

.requerido {
	font-weight: 700;
}

.aviso .requerido {
	font-weight: 400;
}
/* FIN Varios */

/* PASSWORD STRENGTH
----------------------------------------------------------*/

.barIndicator_weak {
	height: 20px;
}

.barIndicatorBorder {
	border: solid 1px #c0c0c0;
	width: 200px;
	height: 20px;
}

.barIndicator_poor {
	background-color: gray;
}

.barIndicator_weak {
	background-color: cyan;
}

.barIndicator_good {
	background-color: lightblue;
}

.barIndicator_strong {
	background-color: blue;
}

.barIndicator_excellent {
	background-color: navy;
}

#divBarraPassword {
	margin-top: 10px;
	display: none;
}

	#divBarraPassword .progress-bar {
		text-shadow: 1px 1px 1px #000;
	}

.etiquetas .btn {
	text-transform: uppercase;
}

.nav.etiquetas a,
.nav.etiquetas li {
	display: inline-block;
	line-height: 100%;
	font-size: 14px;
}

.subMenuVisual .etiquetas a {
	margin: 0 0 0.5em 0;
}

.subMenuVisual .nav.etiquetas a.botonEtiquetaSeleccionada {
	background: #c7c7c9;
	color: #ffffff;
}
.cortarTexto span {
	max-height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

/* Swiper*/

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}

.cajaElementos .swiper-button-next,
.cajaElementos .swiper-button-prev {
	margin-top: -6px;
}

.imagenesSimposio .cajaElementos {
	border: none;
}

audio {
	width: 100%;
}

@media only screen and (max-width: 1150px) {
	.tablaFlex .table > tbody > tr > td[data-title="Id"] {
		/* Oculta la columna del id al hacer las tablas 'noMoreTables' */
		display: none;
	}
}

.toUpper {
	text-transform: uppercase;
}

.listaRequerimientosSala {
	padding: 0;
	list-style: none;
}

	.listaRequerimientosSala label {
		margin-left: 0.5em;
	}

#paginacion.paginacionDirectorioSocios {
	margin-top: 0.8em;
}

.paginacionDirectorioSocios a {
	display: inline-block;
}


.radioButton .radioButtonOpciones li label {
	display: block;
	margin: 0 0 0 1.3em;
	cursor: pointer;
}

.radioButtonOpciones .iradio_flat-aero {
	float: left;
	top: 0;
	margin-right: 5px;
}

.radioButtonOpciones ul {
	padding: 0;
}

.radioButton li {
	list-style-type: none;
	margin-bottom: .4em;
	word-wrap: break-word;
	padding: 0.5em 1em 0.5em 0;
	display: block;
}

.rblLista {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.rblLista li {
		display: inline;
		margin-right: 55px;
	}

	.rblLista .iradio_flat-aero {
		margin-right: 5px;
	}


/*******************************************************************************/
/*** Documentos SIMPOSIO ***/
/*******************************************************************************/

.documentosSimposio {
	margin-top: 5px;
}

.documentosSimposio {
	padding-left: 30px;
	list-style-type: none;
}

	.documentosSimposio li {
		padding: 0 10px 10px 10px;
		margin: 10px 0 10px -30px;
	}

		.documentosSimposio li a:hover, .documentosSimposio li a:active, .documentosSimposio li a:focus {
			text-decoration: none;
		}

	.documentosSimposio .pdf {
		background: url(../img/iconos/iconoPDF.png) no-repeat left center;
		list-style: none;
		padding: 9px 0 0 35px;
	}

	.documentosSimposio .word {
		background: url(../img/iconos/iconoWord.png) no-repeat left center;
		list-style: none;
		padding: 9px 0 0 35px;
	}

	.documentosSimposio .xls {
		background: url(../img/iconos/iconoXLS.png) no-repeat left center;
		list-style: none;
		padding: 9px 0 0 35px;
	}

	.documentosSimposio .ppt {
		background: url(../img/iconos/iconoPPT.png) no-repeat left center;
		list-style: none;
		padding: 9px 0 0 35px;
	}

	.documentosSimposio a {
		color: #333;
	}

		.documentosSimposio a:hover, .documentosSimposio a:active, .documentosSimposio a:focus {
			color: #B1A26C;
		}


/*******************************************************************************/
/*** PAGINACIÓN ***/
/*******************************************************************************/
@media only screen and (max-width : 875px) {
	.anteriorPagina:after {
		content: "...";
	}

	.siguientePagina:after {
		content: "...";
	}

	.primeraPagina:after {
		content: "\002758\25c0";
	}

	.ultimaPagina:after {
		content: "\25b6\002758";
	}
}

/*******************************************************************************/
/*** PROYECTOS CIENTÍFICOS ***/
/*******************************************************************************/

.textoDocumentacionEstudio {
	padding-left: 32px;
	display: inline-block;
	height: 28px;
	line-height: 26px;
}

.imgNuestrosLogros {
	max-width: 100%;
	height: auto;
}

#contenedorAccesoWorkshop {
	margin: 3rem;
	border: dotted 1px #bbb;
	padding: 3rem;
	text-align: center;
	font-size: 1.3em;
}

.centrarSinResultados {
	text-align: center;
	height: 70px;
}

p.parrafoResaltado {
	text-align: center;
	margin: 1em 0;
}

	p.parrafoResaltado strong {
		color: #003760;
		font-size: 20px;
	}

img {
	max-width: 100%;
}

	.modal-header h3 {
		color: #fff;
	}

	.modal-header button {
		color: #b1a26c;
		opacity: 1;
		text-shadow: none;
	}

a.invertido {
	color: #003760;
}

	a.invertido:hover,
	a.invertido:active,
	a.invertido:focus {
		color: #b0a167;
	}

.w-wrap{
	white-space:normal;
}

.mTopRem {
	margin-top: 3rem;
}

@media (max-width: 991px) {
	.codigo {
		width: 100%;
	}
}
