/* Minification failed. Returning unminified contents.
(317,14): run-time error CSS1035: Expected colon, found '{'
(968,10): run-time error CSS1035: Expected colon, found '{'
 */
* {
    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;
}

@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***/
/*******************************************************************************/
.mleft10 {
    margin-left: 10px;
}

.mleft12 {
    margin-left: 12px;
}

.noPadd {
    padding: 0;
}

.floatLeft {
    float: left;
}

.mRigth5 {
    margin-right: 5px;
}

.mRigth10 {
    margin-right: 10px;
}

.mBot5 {
    margin-bottom: 5px;
}

.mBot20 {
    margin-bottom: 20px;
}

.mBtt6 {
    margin-bottom: 6px;
}

.mTop6 {
    margin-top: 6px;
}

.mTop10 {
    margin-top: 10px;
}

.mTop20 {
    margin-top: 20px;
}

.mTop30 {
    margin-top: 30px;
}

.mTop40 {
    margin-top: 40px;
}

.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;
}

.avisoSAOM {
    color: #777;
    background-color: #fff;
    border: none;
    font-weight: bold;
    padding: 8px;
}

.avisoSAOM i {
    display: inline-block;
    margin-right: 0.3em;
}

@media (min-width: 941px) {
    .mLeftCheck {
        margin-left: 20px;
    }
}

.alinearFotoIzquierda {
    height: auto;
    float: left;
    margin: 5px 15px 10px 0;
}

.alinearFotoDerecha {
    height: auto;
    float: right;
    margin: 5px 0 10px 15px;
}
/*******************************************************************************/
/***Estructura***/
/*******************************************************************************/
.container {
    width: 100%;
    min-height: 600px;
}

.colorVerde {
    color: #8bc633;
}

.colorAzulIn {
    background-color: #2f96cd;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff url("../img/fondos/fondoPaginaDeg.png") repeat-x 0 -14px;
    font-family: "Muli", sans-serif;
    margin-bottom: 100px; /***Tamaño del alto del pie***/
}

.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: 65px;
    position: relative;
}

.cabecera .logo {
    max-width: 130px;
    padding: 1rem 0 0 1rem;
}

#pestaniaSuperior {
    width: 790px;
    height: 60px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 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: #f2f2f7;
    -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);
    border: 1px solid #e7e7e7;
}

#pestaniaSuperior a {
    color: #521e59;
}

#pestaniaSuperior .dropdown-menu a.btn-primary {
    color: #fff;
}

#pestaniaSuperior .nombreSocioLogueadoCabecera {
    display: block;
    line-height: 1.5em;
    margin: 0.85em 0 1.3em 0;
}

#pestaniaSuperior .lhAuto {
    line-height: normal;
    margin-bottom: 0.5em;
}

#pestaniaSuperior .lhAuto label {
    margin-bottom: 0;
}

#pestaniaSuperior .dropdown-menu .lhAuto {
    text-align: left;
}

#pestaniaSuperior .lhAuto input {
    margin-top: 0;
}

@media only screen and (max-width: 970px) {
    #pestaniaSuperior {
        width: 720px;
    }
}

@media only screen and (max-width: 920px) {
    #pestaniaSuperior {
        width: 680px;
    }
}

@media only screen and (max-width: 860px) {
    #pestaniaSuperior {
        width: 670px;
    }
}

@media only screen and (max-width: 815px) {
    #pestaniaSuperior {
        width: 490px;
    }

    h1 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #pestaniaSuperior {
        width: 470px;
    }
}

@media only screen and (max-width: 610px) {
    #pestaniaSuperior {
        width: 330px;
    }
}

@media only screen and (max-width: 470px) {
    #pestaniaSuperior {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
        .svg {
            margin-right: 0.2rem;
        }
    }

    #pestaniaSuperior .logo {
        width: 80px;
    }
}

@media only screen and (min-width: 470px) {
    #pestaniaSuperior .logo {
        display: none;
    }
}

.cajonHazteSocioMini {
    height: 60px;
    width: 100%;
    float: left;
    padding-left: 20px;
    background: url("../img/iconos/iconoHazteSocioVerde.png") no-repeat center left 10px;
    fnt-size: 0.8em;
    background-color: #f3e4f0;
    margin-bottom: 10px;
    padding: 8px 0 0 40px;
}

.cajonHazteSocioMini:hover {
    background: url("../img/iconos/iconoHazteSocioBlanco.png") no-repeat center left 10px;
    background-color: #8dc63f;
    color: #ffffff !important;
}

.cajonHazteSocio {
    width: 162px;
    padding-right: 12px;
    border-right: 2px solid #ebebeb;
    float: left;
    text-align: right;
    background: url("../img/iconos/iconoHazteSocioVerde.png") no-repeat center left 3px;
}

.cajonHazteSocio,
.iconoAccesoSocios {
    text-transform: uppercase;
}

.cajonHazteSocio:hover {
    background: url("../img/iconos/iconoHazteSocioMorado.png") no-repeat center left 3px;
}

@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/iconoHazteSocioVerdePeq.png") no-repeat center left 10px;
    }

    .cajonHazteSocio:hover {
        background: url("../img/iconos/iconoHazteSocioMoradoPeq.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;
    text-align: center;
}

@media only screen and (max-width: 610px) {
    .hazteSocioDropdown {
        margin-top: 8px;
        display: block;
    }
}

.cajonNotificaciones {
    border-right: 2px solid #ebebeb;
    float: left;
    margin-left: 12px;
    margin-top: 0;
    padding-right: 12px;
    text-align: center;
}

.cajonNotificaciones a em {
    color: #707070;
}

.miniClear {
    display: block;
}

@media only screen and (max-width: 391px) {
    .miniClear {
        display: none;
    }
}

.desplegableMenuAccesoSocios {
    color: #5b8ac7;
    z-index: 1000;
    border-top: none;
    margin-top: -2px;
    min-width: 203px;
    left: -13px;
    padding: 10px 15px 10px 15px;
}

.cajonAccesoSocios {
    padding-right: 12px;
    border-right: 2px solid #ebebeb;
    float: left;
    margin-left: 12px;
    margin-top: 0;
    text-align: center;
}

.iconoAccesoSocios {
    background: url(../img/iconos/iconoAccesoSociosVerde.png) no-repeat center left;
    padding-left: 45px;
}

.iconoAccesoSocios:hover {
    background: url(../img/iconos/iconoAccesoSociosMorado.png) no-repeat center left;
}

@media only screen and (max-width: 970px) {
    .cajonAccesoSocios {
        padding-right: 3px;
        font-size: 0.8em;
        margin-left: 12px;
        border: none;
    }

    .cajonNotificaciones {
        padding-right: 3px;
        font-size: 0.8em;
        margin-left: 12px;
        border: none;
    }

    .iconoAccesoSocios {
        background: url(../img/iconos/iconoAccesoSociosVerdePeq.png) no-repeat center left;
        padding-left: 35px;
    }

    .iconoAccesoSocios:hover {
        background: url(../img/iconos/iconoAccesoSociosMoradoPeq.png) no-repeat center left;
    }
}

@media only screen and (max-width: 815px) {
    .cajonNotificaciones {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 492px) {
    .cajonAccesoSocios {
        border-right: none;
        margin-left: 8px;
    }
}

@media only screen and (max-width: 470px) {
    .iconoAccesoSocios {
        background: none;
        padding-left: 20px;
    }

    .iconoAccesoSocios:hover {
        background: none;
    }

    .cajonAccesoSocios {
        margin-left: 0;
    }
}

.cajonBuscarMobile {
    display: none;
    position: relative;
}

.cajonBuscarMobile .btn-primary {
    border-radius: 3px;
}

@media only screen and (max-width: 815px) {
    .cajonBuscarMobile {
        clear: both;
        display: block;
        width: 98%;
        margin: 12px auto;
        margin-bottom: 20px;
    }
}

.cajonBuscar {
    width: 225px;
    padding-right: 12px;
    border-right: 2px solid #ebebeb;
    float: left;
    margin-left: 12px;
    position: relative;
    height: 44px;
}

.cajonBuscar .btn-primary {
    border-radius: 3px;
}

.cajonBuscadorInterno {
    width: 101%;
    padding-right: 5px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.cajonBuscadorInterno .btn-primary {
    border-radius: 3px;
}

@media (min-width: 768px) {
    .cajonBuscadorInterno {
        padding-right: 12px;
        width: 102%;
    }
}

.lupita {
    height: 28px;
    position: absolute;
    right: 16px;
    top: 10px;
    margin-top: -2px;
    display: inline;
    padding: 0.4em 0.5em;
    background-color: #8bc633;
    border: #8bc633;
    color: #ffffff !important;
}

.lupita.lupitaWhoIsWho {
    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 only screen and (max-width: 815px) {
    .cajonBuscar {
        display: none;
    }
}

.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: 801px) {
    .navbar-collapse .glyphicon-chevron-down {
        display: none;
    }
}

/*------Desplegar menú -----*/
@media (min-width: 801px) {
    .nav li:hover > ul {
        display: block;
        background-color: #f3f2f7;
    }

    .dropdown-menu > li > a {
        color: #9f9ea4;
        font-weight: bold;
    }
}

.dropdown-menu > li > a:hover {
    background-color: #8bc633;
    color: #ffffff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #8bc633;
    color: #ffffff;
}
/*------flecha scroll top arriba -----*/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: #521e59;
    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: #8fc132;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*---navbar----*/
.navbar .navbar-nav > li .activo {
    background-color: #8dc63f;
    color: #ffffff;
}

.navbar {
    background-color: #f2f2f7;
    min-height: 34px;
    margin-bottom: 0;
    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-top: 5px solid #8dc63f;
}

.navbar .navbar-text {
    color: #f5f5f5;
}

.navbar .navbar-nav > li > a {
    color: #9f9ea5;
    font-size: 1.2rem;
    text-transform: uppercase;
    background-color: #f2f2f7;
    padding-left: 0.8em;
    text-decoration: none;
    font-weight: bold;
    border-right: 1px solid #dddce1;
    padding: 1.8rem clamp(1rem, 1.7rem, 1.8rem);
}

@media (min-width: 800px) and (max-width: 975px) {
    .navbar .navbar-nav > li > a {
        font-size: 1rem;
        padding: 1.3rem;
    }
}

@media (min-width: 801px) {
    .borderRightNone {
        border-right: 1px solid #f2f2f7 !important;
    }
}

@media (min-width: 800px) {
    .navbar-nav {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: #8cc633;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #8bc633;
}

.navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #8bc633;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #8dc63f;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #8bc633;
}

.navbar .navbar-toggle {
    border-color: #8bc633;
    color: #8bc633;
    background-color: #8bc633;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #521e59;
    border-color: #521e59;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border: none;
    background-color: #f2f2f7;
    padding: 0;
}

.navbar .navbar-link {
    color: #8bc633;
}

.navbar .navbar-link:hover {
    color: #ffffff;
    background-color: #8bc633;
}

.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: #8bc633;
}

.navbar-brand {
    display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
    background-color: #9f9ea4;
}

@media (min-width: 801px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #9f9ea4;
        background-color: #f3f2f7;
    }

    .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: #8bc633;
}

.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: #f2f2f7;
}

.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: #8bc633;
}

.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: #f3f2f7;
    color: #521e59;
}

.bootstrap-select .dropdown-menu {
    background-color: #fff;
}

.dropdown-toggle:hover > .dropdown-menu {
    display: block;
}

/*--- retoque alto cada li para color de fondo completo ---*/
#menuLogin.dropdown-menu {
    text-align: left;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0;
}

.dropdown-menu > li > a {
    padding: 20px 20px;
}

@media only screen and (max-width: 940px) {
    .dropdown-menu {
        text-align: center;
    }
}

/*---/navbar----*/
.cajonSocialIcons {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    justify-content: space-between;
    .svg {
        max-width: 24px;
    }
}

.bs-example {
    margin: 20px;
}

/*-------------- Responsive ----------------------*/

@media only screen and (max-width: 940px) {
    .navbar {
        text-align: center;
        background-color: #f2f2f7;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        border: 0;
        min-height: 35px;
        border-top: 5px solid #8dc63f;
    }

    .navbar-toggle {
        margin-left: 0;
        margin-right: 0;
        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: #ffffff;
    cursor: default;
    background: #521e59;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    color: #521e59;
}

.nav-tabs > li > a:hover {
    color: #ffffff;
    background: #521e59;
}

.nav-tabs > li.active a:hover {
    color: #ffffff;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background: #521e59;
}

.separadorTexto {
    color: #bdbdbd;
    padding: 0 5px 0 5px;
}

.account-wall .btn-primary:active,
.table-condensed .btn-primary:active {
    background-color: #521e59;
}

.cajonBuscar .btn-primary:hover,
.cajonBuscar .btn-primary:focus,
.cajonBuscar .btn-primary:active {
    background-color: #521e59;
}

.btn-primary:hover {
    border: none;
}

.colorNegro {
    color: #000;
}

.colorRojo {
    color: #c00;
}

.colorGris {
    color: #828282;
}

.colorNaranja {
    color: orange;
}

.colorAzul {
    color: blue;
}

@media (min-width: 1056px) {
    .anchoMinimoOrden {
        width: 80px;
    }
}
/*---Botones----------------*/
.btn-primary,
.botonera .btn-primary {
    background-color: #8bc733;
    border: #8bc733;
    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: #521e59 !important;
}

.btn-info {
    background-color: #f3e4f0;
    border: none;
    color: #521e59;
    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: #8bc733 !important;
    color: #ffffff !important;
}

.btn-info .active:hover {
    background-color: #8bc733 !important;
}

.desplegableMenuAccesoSocios .btn-info:hover,
.desplegableMenuAccesoSocios .btn-info:focus,
.desplegableMenuAccesoSocios .btn-info:active {
    background-color: #eaf1d5;
    color: #ffffff !important;
}

.botonera {
    margin: 25px 0;
    text-align: center;
}

.botonera .btn {
    margin: 5px 0;
}

.buscador .btn-primary:active,
.buscador .btn-primary:focus {
    background-color: #521e59;
    color: #ffffff;
}

.btn-rosa {
    background-color: #521e59;
    color: #ffffff;
    padding: 5px 12px 5px 12px;
    font-weight: bold;
}

.btn-rosa:hover,
.btn-rosa:active,
.buscador .btn-primary:focus {
    background-color: #8bc733;
    color: #ffffff;
}

.tablaFlex .fa-angle-up,
.tablaFlex .fa-angle-down {
    margin-left: 5px;
}

.tablaFlex th,
.tablaFlex td {
    vertical-align: middle !important;
}

.tablaFlex .fa-link {
    color: #8dc63f;
}

.tablaFlex td {
    hyphens: auto;
}

.oculto {
    display: none;
}

.oculto .btn-icon {
    line-height: 1.75;
}

#editarEnlace .checkbox label,
#nuevoEnlace .checkbox label {
    margin-left: -20px;
}

.subMenuVisual .btn-secundario a {
    background-color: #521e59;
    color: #fff;
    border: 3px solid #8dc63f;
    letter-spacing: 0.05em;
}

.subMenuVisual .btn-secundario a:hover {
    color: #521e59;
    border: 3px solid #521e59;
}

.subMenuVisual .btn-secundario a:active {
    color: #521e59;
    background-color: #c7c7c9;
    border: 3px solid #521e59;
}

.btn-secundario img {
    margin-bottom: 45px !important;
}

/*******************************************************************************/
/***Sticky Footer***/
/*******************************************************************************/
html {
    position: relative;
    min-height: 100%;
}

#pie {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #ffffff;
    background: #9f9ea4;
    text-align: center;
    font-size: 0.9em;
    padding: 0.8em;
}

#pie a {
    color: #ffffff;
}

#pie a:hover {
    color: #e4f2d1;
}

#pie img {
    margin-left: 10px;
}

/*******************************************************************************/
/***Inicio ***/
/*******************************************************************************/
h2 {
    font-size: 20px;
    font-weight: bold;
    color: #9f9ea4;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

.tituloNovedadesAgenda {
    font-size: 18px;
}

@media (min-width: 400px) {
    .mBtt10 {
        margin-bottom: 10px;
    }
}

@media (min-width: 500px) {
    .tituloNovedadesAgenda {
        font-size: 20px;
    }
}

#owl-novedades .item {
    background: #f2f2f7;
    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: #521e59;
}

.owl-carousel .item .subtitulo {
    font-style: italic;
    padding: 0;
    margin: 0;
}

.owl-carousel .item .fechaNovedad {
    padding-top: 5px;
    margin: 0;
}

.owl-carousel .item .novedadPortadaApartado {
    color: #8dc63f;
    font-style: italic;
    font-weight: bold;
}

.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: #8bc633 none repeat scroll 0 0;
}

/* Desde 400*/
@media (min-width: 400px) {
    .customNavigation {
        margin-top: -30px;
    }
}

/* Desde 530*/
@media (min-width: 530px) {
    .owl-dots {
        margin-bottom: 0;
    }
}

/* Desde 992*/
@media (min-width: 992px) {
    .customNavigation {
        margin-top: -30px;
    }
}

.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: #8bc633;
    color: #fff;
}

.customNavigation a:hover {
    background-color: #521e59;
    color: #fff;
}

.owl-theme .owl-controls .owl-page span {
    background: #8bc633;
}

.leerMas {
    padding: 45px 10px 5px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #f2f2f7;
    /* 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 a {
    background: #f2f2f7;
    color: #521e59;
    padding: 20px 0 0 0;
    font-size: 18px;
    position: relative;
    margin: 9px 0 0 0;
    text-align: left;
    min-height: 60px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 15px;
}

@media (min-width: 992px) {
    .buttonAcceso a {
        margin: 9px 0 0 -12px;
    }
}

.buttonAcceso a:hover,
.buttonAcceso a:active,
.buttonAcceso a:focus {
    background-color: #521e59;
    transition: all 2s ease;
    color: #ffffff;
}

.subtituloBoton {
    font-size: 14px;
    color: #b6b5b9;
    text-transform: none;
}

.btn-principal {
    padding: 8px 20px;
    background: #f3e4f0;
    border: none;
    font-size: 12px;
    color: #521e59;
    float: right;
    font-weight: bold;
}

.btn-principal:hover,
.btn-principal:focus,
.btn-principal:active {
    background: #8bc733;
    color: #ffffff;
}

/*******************************************************************************/
/***Agenda***/
/*******************************************************************************/
.table-condensed.table-bordered.table-striped {
    text-align: center;
}

.pddAgenda {
    margin-top: 50px;
}

.span12 {
    margin: 20px 0 20px 0;
}

@media (min-width: 768px) {
    .span12 {
        margin: 10px 0 20px 0;
    }

    .pddAgenda {
        margin: 20px 0 25px 0;
    }
}

.bgAgenda {
    background-color: #ecebf3;
    min-height: 400px;
}

.bgAgenda tbody a {
    display: block;
    padding: 5px;
}

.bgAgenda td.btn-primary,
.bgAgenda td.diaActual {
    font-weight: bold;
}

.bgAgenda td.btn-primary {
    padding: 0;
}

.bgRosa {
    background-color: #521e59;
}

.bgDomingo:not(.btn-primary) {
    background-color: #f3e4f0;
}

.bgSabado:not(.btn-primary) {
    background-color: #ecd5e8;
}

.bgVerde {
    background-color: #8dc63f;
}

.letraBlanca,
.btn:hover,
.account-wall .btn:focus,
.account-wall .btn:hover,
.container .btn:hover,
.container .btn:focus {
    color: #ffffff;
}

.form-group .btn:focus {
    color: #521e59;
}

a {
    color: #ffffff;
}

a:focus,
a:hover {
    color: #ffffff;
    text-decoration: none;
}

.diaActual {
    background-color: #521e59;
    color: #ffffff;
}

.btn.focus,
.btn:focus,
.btn:hover,
.container .form-group .btn:hover,
.table-condensed .btn:hover,
.btn:focus {
    color: #521e59;
}

/*******************************************************************************/
/***Errores***/
/*******************************************************************************/

.container .tituloError {
    font-size: 40px;
    color: #521e59;
}

@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: #8dc63f;
}

.captcha a:hover {
    color: #521e59;
}

/* Estilos Acordeón*/
.panel-title {
    color: #ffffff;
}

.panel-title:hover {
    color: #f2f2f7;
}

.panel-default > .panel-heading {
    background-color: #521e59;
}

.panel-default {
    border-color: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-default > a.panel-heading:focus {
    background-color: #8dc63f;
}

.panel-default > a.panel-heading {
    display: block;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #f2f2f7;
    text-align: justify;
}

/*******************************************************************************/
/***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***/
/*******************************************************************************/
#contenidoDerecha .panel-default h4 {
    color: #ffffff;
}

#migas {
    display: block;
    margin: 0.5em 0 0.8em 0;
    color: #aaa;
}

#migas a {
    text-decoration: none;
}

#migas a:hover {
    color: #5b8ac7;
}

.migActual {
    font-weight: bold;
    color: #8cc633;
}

.subMenuVisual a {
    width: 100%;
    padding: 1.6em 1.6em 1.6em 0;
    margin: 0.5em 0;
    background-color: #f2f2f7;
    list-style-type: none;
    font-size: small;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 200%;
    font-weight: bold;
    color: #521e59;
    display: block;
}

.subMenuVisual a:hover {
    background-color: #c7c7c9;
    text-decoration: none;
    color: #ffffff;
}

.subMenuVisual .subMenuVisualActivo {
    background-color: #c7c7c9;
    font-weight: bold;
    color: #ffffff;
}

.subMenuVisual .badge {
    margin-left: 8px;
}

#contenidoDerecha h2 {
    font-size: 26px;
    margin-top: 0;
    color: #8cc633;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

#contenidoDerecha h3 {
    font-size: 1.5em;
    font-size: 19px;
    color: #521e59;
    font-weight: bold;
    margin: 20px 0 5px 0;
    border-bottom: 1px solid #f2f2f7;
}

#contenidoDerecha h3 a {
    color: #521e59;
}

#contenidoDerecha h3 a:hover,
#contenidoDerecha h3 a:focus,
#contenidoDerecha h3 a:active {
    color: #8fc132;
}

#contenidoDerecha h4 {
    font-size: 1em;
    font-weight: bold;
    color: #8bc733;
}

#contenidoDerecha h5 {
    font-size: 1em;
    font-weight: bold;
    font-style: oblique;
    color: #ab65a5;
}

#contenidoDerecha h6 {
    font-size: 0.9em;
    font-weight: bold;
    font-style: oblique;
    color: #ab65a5;
}

@media (min-width: 768px) {
    #contenidoDerecha h2 {
        margin: 10px 0 10px 0;
    }
}

.iconosSubMenus {
    float: left;
    margin-right: 1em;
    margin-top: -10px;
}

#contenidoDerecha .imagenDetalle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    width: 230px;
    height: auto;
    float: left;
    margin: 0 20px 20px 0;
}

.texto {
    text-align: justify;
}

.texto ul,
.texto ol {
    overflow: auto;
}

.texto a {
    color: #8fc132;
}

.texto a:hover,
.texto a:active,
.texto a:focus {
    color: #521e59;
}

.direccion {
    text-align: center;
    margin-top: 20px;
}

#contenidoDerecha .dropdown-menu {
    background-color: #ffffff;
    text-align: left;
}

#contenidoDerecha .modal-dialog h4 {
    color: #521e59;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

/*******************************************************************************/
/***Cajas Dinámicas de Contenido***/
/*******************************************************************************/
.cajaElementos {
    margin: 0 0 1em 0;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border: solid 1px #8ebf12;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.cajaElementos hr {
    border-bottom: dotted 1px #b2c8e5;
    margin-top: 10px;
    margin-bottom: 5px;
    clear: both;
}

.cajaElementos img:hover {
    color: #8fc132 !important;
}

.simulateParagraphStyle,
.cajaElementos p {
    font-size: 14px;
    margin-bottom: 4px;
    color: #000;
}

.cajaElementos a {
    color: #444444;
}

.cajaElementos a:hover,
.cajaElementos a:focus {
    color: #8fc132;
}

.cajaElementos.cajaResultados a {
    color: #521e59;
}

.cajaElementos.cajaResultados a:hover {
    color: #8ebe14;
}

.resultadoBusqueda,
.fechaResultado {
    color: #9f9eba;
}

.cajaElementos strong {
    color: #444;
}

#contenidoDerecha .cajaElementos h4 {
    font-size: 22px;
    color: #521e59;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

#contenidoDerecha .estiloSubtitulo,
#contenidoDerecha .cajaElementos h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.cajaElementos ul,
.cajaElementos ol {
    overflow: auto;
}

.miniaturaPortada {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 120px;
    height: auto;
    float: left;
    margin: 5px 10px 10px 0;
}

.juntDirectiva .miniaturaPortada {
    margin-top: 0;
}

.portadaDetalle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    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: #8ebe14;
}

.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 a {
    color: #8bc633;
}

.aviso label {
    font-weight: normal;
}

.aviso a:hover,
.aviso a:active,
.aviso a:focus {
    color: #521e59;
}

.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%;
}

.bannerListadoApartado {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
}

/*------ Galería --------*/
.panelImagenesApartado {
    position: relative;
    margin: 1em 0;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    background: #521e59 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%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.swiper-slide .capaVerMas {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3em 0.8em;
    z-index: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.swiper-slide:hover .capaVerMas {
    background: #b262a9 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-top: 12px;
}

.cajaElementos .swiper-pagination-bullet {
    margin: 0 3px;
}

/*------ 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;
}

.etiquetas .botonEtiquetaSeleccionada,
.etiquetas .nav > li > a:focus,
.etiquetas .nav > li > a:hover {
    background-color: #c7c7c9;
    color: #ffffff;
}

.detalleEtiquetas .btn-invertido {
    background-color: #f2f2f7;
    font-weight: bold;
    color: #521e59;
    padding: 5px;
    text-transform: uppercase;
    cursor: default;
    margin: 0 5px 5px 0;
    font-size: small;
}

.detalleEtiquetas .btn-invertido:hover {
    color: #521e59;
}

.detalleEtiquetas .btn-invertido:active {
    background: #f2f2f7;
    border-color: #f2f2f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.logoX {
    max-width: 19px;
}

/*******************************************************************************/
/***Paginación***/
/*******************************************************************************/
#paginacion {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

#paginacion a {
    background: #8dc63f;
    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: #521e59;
    color: #fff;
}

@media only screen and (min-width: 875px) {
    .paginaAnterior:after {
        content: "Anterior";
    }

    .paginaSiguiente:after {
        content: "Siguiente";
    }
}

@media only screen and (max-width: 875px) {
    .paginaAnterior:after {
        content: "\25c0";
    }

    .paginaSiguiente:after {
        content: "\25b6";
    }
}

/*******************************************************************************/
/***Grupos de Trabajo, Webs de Interes, Mapa Web y RAECO***/
/*******************************************************************************/

.gruposDeTrabajo a {
    padding: 5px 15px 5px 15px;
}

.documentos {
    margin-top: 5px;
}

.bgDocumentos {
    background-color: #e4f2d1;
    padding: 10px 20px 8px 10px;
}

.documentos ul {
    padding-left: 0px;
}

.documentos li {
    padding: 0 10px 10px 10px;
    margin: 10px 0 10px -30px;
}

.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: #8dc63f;
}

.enlaces li {
    list-style-image: url(../img/iconos/enlace.png);
}

.enlaces a,
.mapaWeb a {
    color: #333;
}

.enlaces a:hover,
.enlaces a:active,
.enlaces a:focus,
.mapaWeb a:hover,
.mapaWeb a:active,
.mapaWeb a:focus {
    color: #521e59;
}

.listaMiembros {
    list-style: none;
}

.listaMiembros li {
    list-style-image: url(../img/iconos/user.png);
}

.estiloSubnivel1,
.websInteres h4 {
    font-size: 16px;
    font-style: oblique;
    color: #8dc63f;
    font-weight: bold;
}

.mapaWeb li {
    list-style-image: url(../img/iconos/mapaWeb.png);
}

.marginRAECO {
    margin: 20px 0 20px 0;
}

@media (min-width: 768px) {
    .marginRAECO {
        margin: 10px 0 50px 0;
    }
}
/*******************************************************************************/
/***Colaboradores***/
/*******************************************************************************/
.colaboradores img {
    margin-top: 20px;
    max-width: 100%;
}

.colaboradores > div {
    height: 111px;
}

.colaboradores a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.6;
}

.colaboradores .pieImagen {
    position: absolute;
    left: 50%;
    bottom: 0;
}

.colaboradores p {
    position: relative;
    left: -50%;
    top: 5px;
    font-size: 12px;
}

.mLeftTitulo {
    margin-left: 20px;
}

@media (min-width: 1041px) {
    .mLeftTitulo {
        margin-left: 0;
    }
}

/*******************************************************************************/
/***Formularios***/
/*******************************************************************************/

#contenidoDerecha .form-group .btn {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#contenidoDerecha .input-group .bootstrap-select .btn.dropdown-toggle {
    border-left: none;
}

#contenidoDerecha .input-group .bootstrap-select .btn.dropdown-toggle,
#contenidoDerecha .form-group .input-group .form-control:last-child,
#contenidoDerecha .form-group .input-group-addon:last-child,
#contenidoDerecha
    .form-group
    .input-group-btn:first-child
    > #contenidoDerecha
    .form-group
    .btn-group:not(:first-child)
    > #contenidoDerecha
    .form-group
    .btn,
#contenidoDerecha .form-group .input-group-btn:first-child > #contenidoDerecha .form-group .btn:not(:first-child),
#contenidoDerecha .form-group .input-group-btn:last-child > #contenidoDerecha .form-group .btn,
#contenidoDerecha
    .form-group
    .input-group-btn:last-child
    > #contenidoDerecha
    .form-group
    .btn-group
    > #contenidoDerecha
    .form-group
    .btn,
#contenidoDerecha .form-group .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#contenidoDerecha .btn-file .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 34px;
    color: #ffffff;
}

#contenidoDerecha .btn-file .btn:active,
#contenidoDerecha .btn-file .btn:focus {
    background-color: #521e59;
}

#contenidoDerecha .btn-file .input {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/*******************************************************************************/
/***Aperecer antes el menú Hamburguesa (concretamente a 767px)***/
/*******************************************************************************/
.centrarMenuHamburguesa {
    width: 22px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .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;
    }
}

/*******************************************************************************/
/***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 #8dc63f;
}

.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;
}

.contenidoInternoLogin .form-group label {
    color: #521e59;
}

.login .mTop20 {
    margin-top: 20px;
}

/*******************************************************************************/
/***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--*/
.bgGris {
    background-color: #f2f2f7;
}

.bgSabado.bgEvento,
.bgDomingo.bgEvento,
.bgEvento {
    background-color: #e4f2d1;
}

.calendarioEventos {
    width: 100%;
}

.calendarioEventos a {
    color: #676767;
}

.calendarioEventos td.celdaDiaRelleno:hover {
    background: unset;
}

.calendarioEventos td {
    padding: 0.4em 0;
    border: solid 3px #ffffff;
    font-size: 0.8em;
}

@media only screen and (min-width: 901px) {
    .calendarioEventos td {
        padding: 0.4em 0.2em;
        width: 12%;
    }
}

@media only screen and (max-width: 335px) {
    .mesResponsive {
        font-size: 26px;
    }
}

.cambiaMes {
    font-size: 0.6em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.calendarioSemana {
    background-color: #521e59;
    color: #fff;
    text-align: center;
    font-size: 14px !important;
}

.calendarioSemana strong {
    margin-left: 4px;
    line-height: 2.5;
}

.calendarioDias {
    color: #444;
}

.calendarioDias {
    font-weight: bold;
}

.calendarioDias a:hover {
    color: #521e59;
}

.calendarioDias .evento {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c7c7c9;
}

.calendarioDias .evento:last-child {
    border-bottom: none;
}

.calendarioDia {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 28px;
    display: block;
    font-size: 1.3em;
    background: #8dc63f;
    margin-top: 2px;
    margin-left: 4px;
    border: solid 1px #aed0c8;
    margin-bottom: 4px;
}

.calendarioDeshabilitado {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: context-menu;
}

.calendarioNombreMes {
    font-size: 2.2em;
    color: #8dc63f;
    margin: 0 0.5em;
}

.calendarioNombreMes a {
    color: #8dc63f;
}

.calendarioNombreMes a:hover {
    color: #aa5da2;
}

.table > tbody > tr > td.calendarioDiaActual:hover,
.table > tbody > tr > td.calendarioDiaActual {
    background: #ffffff;
    border: 5px solid #521e59;
}

.calendarioDiaActual .calendarioDia {
    background-color: #521e59;
    color: #ffffff;
    border: solid 1px #521e59;
}

.table > tbody > tr > td.calendarioDiaActual:hover,
.table > tbody > tr > td.calendarioDiaActual {
    border: solid 4px #521e59 !important;
}

@media only screen and (max-width: 800px) {
    #no-more-tables td.celdaDiaRelleno {
        display: none;
    }
}
/*******************************************************************************/
/***Zona Privada***/
/*******************************************************************************/
.destacado {
    background-color: #f3e4f0;
    border: 1px solid #521e59;
    padding: 20px;
}

.textoCursiva {
    font-style: oblique;
}

.miPerfil .thumbnail {
    border: none;
    padding: 0;
    margin: 0;
}

.notificaciones .alert a {
    font-weight: normal;
}

.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%;
}

#pestaniaSuperior .zonaPrivada {
    margin-left: 120px;
}

@media (min-width: 471px) {
    #pestaniaSuperior .zonaPrivada {
        margin-left: 20px;
    }
}

@media (max-width: 470px) {
    #pestaniaSuperior .zonaPrivada {
        margin-left: 20px;
    }
}

.zonaPrivada .btn-primary:hover,
.zonaPrivada .btn-primary:focus,
.zonaPrivada .btn-primary:active {
    color: #ffffff;
}

.accesoDirectoAV {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #521e59;
    min-height: 150px;
    margin: 0 0 30px 0;
    border: 1px solid #521e59;
    width: 100%;
}

.accesoDirectoAV:hover {
    background-color: #f2f2f7;
}

.accesoDirectoAV img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.badge {
    background-color: #521e59;
    font-family: Arial;
    font-weight: bold;
}

.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-radius: 6px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panelFoto {
    background: #fff;
    padding: 8px;
    border: solid 1px #eee;
    border-radius: 6px;
    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;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    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: #521e59;
    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;
}

/*Botones Switch*/
#contenidoDerecha .btn.btn-switchVerde,
#contenidoDerecha .btn.btn-switchMorado {
    text-shadow: 1px 1px 1px #666;
    color: #fff;
    border-radius: 0;
}

.btn-switchVerde {
    background-color: #8dc63f;
    border: 1px solid #8dc63f;
    border-radius: 0;
}

.btn-switchMorado {
    background-color: #521e59;
    border: 1px solid #521e59;
    border-radius: 0;
}

#contenidoDerecha .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;
    }
}

#contenidoDerecha .btnMas:hover,
#contenidoDerecha .btnMas:active,
#contenidoDerecha .btnMas:focus {
    color: #ffffff;
}

/* TABLAS RESPONSIVE */
.tablaFlex a {
    color: #521e59;
}

.tablaFlex thead {
    background-color: #f2f2f7;
}

.buscarTabla {
    width: 150px;
    margin-left: 14px;
}

.table-hover > tbody > tr.footer:hover > td {
    background: none;
}

.table-hover > tbody > tr:not(.footer):hover > td {
    cursor: pointer;
}

.table-hover > tbody > tr.tablaSinResultados:hover > td {
    cursor: default;
}

.table-hover > tbody > tr.dotNet_noRowEvent:hover > td {
    cursor: default;
    background: none;
}

.tablaFlex .table {
    margin: 0;
}

.table > tbody > tr.tablaSinResultados > td {
    background-color: #ffffff;
    text-align: center;
    color: #bbb;
    padding: 60px 0;
    border: 0;
    cursor: default;
}

.table > tbody > tr.tablaSinResultados td i {
    line-height: normal;
    font-size: 8em;
}

.table > tbody > tr.tablaSinResultados td span {
    display: block;
}

@media only screen and (max-width: 485px) {
    .buscarTabla {
        width: 125px;
    }
}

@media only screen and (max-width: 400px) {
    .buscarTabla {
        width: 90px;
    }
}

@media only screen and (max-width: 370px) {
    .buscarTabla {
        width: 80px;
    }
}

@media only screen and (max-width: 355px) {
    .buscarTabla {
        width: 70px;
    }
}

@media only screen and (max-width: 345px) {
    .buscarTabla {
        width: 60px;
    }
}

@media only screen and (max-width: 1055px) {
    .tablaFlex .table,
    .tablaFlex .table > thead,
    .tablaFlex .table > tbody,
    .tablaFlex .table > tfoot,
    .tablaFlex .table > thead > th,
    .tablaFlex .table > tbody > tr,
    .tablaFlex .table > tbody > tr > td,
    .tablaFlex .table > tfoot > tr,
    .tablaFlex .table > tfoot > tr > td {
        display: block;
    }

    .tablaFlex .table > tbody > tr.tablaSinResultados > td {
        padding: 30px 0;
        text-align: center;
    }

    .tablaFlex .table > thead > tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tablaFlex .table > tbody > tr {
        border-bottom: 1px solid #ccc;
    }

    .tablaFlex .table > tbody > tr > td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .tablaFlex .table > tbody > tr > td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .tablaFlex .table > tbody > tr > td:before {
        content: attr(data-title);
    }

    .tablaFlex .table > tbody > tr > td[data-title="Seleccionar"] {
        display: none;
    }

    .tablaFlex .table > tfoot > tr > td {
        text-align: center;
    }

    .iconoToolbarResponsive {
        display: none;
    }

    .panelSimple {
        display: none;
    }

    .PaginacionBloqueIzq,
    .PaginacionBloqueDer {
        display: none !important;
    }
}

@media only screen and (max-width: 989px) {
    .iconoToolbarResponsive2 {
        display: none;
    }
}

@media only screen and (min-width: 990px) {
    .iconoPieToolbarResponsive {
        display: none;
    }
}

.fixModalTabla {
    padding: 5px;
}

.fixModalTablaMateriales {
    padding: 5px;
    min-height: 48px !important;
}

.panel-default {
    border: 1px solid #dddddd;
}

.mine.panel-default .minHead {
    min-height: 57px;
    background-color: #fafafa;
}

.panel-default .minHead {
    min-height: 57px;
    background-color: #fafafa;
}

.filtrosBuscador {
    width: 200px;
}

.buscadorTabla {
    width: 200px;
    float: right;
    margin: -5px -5px 0 20px;
}

.panel-default .btn-default {
    border-radius: 4px;
}

.RespEstado {
    display: none;
}

@media (min-width: 420px) {
    .RespEstado {
        display: block;
    }

    .panel-default label {
        display: none;
    }

    .buscadorTabla {
        width: 150px;
        margin: -38px -5px 0 20px;
    }

    .filtrosBuscador {
        width: 290px;
    }
}

@media (min-width: 500px) {
    .panel-default label {
        display: inline-block;
        margin-right: 10px;
    }

    .filtrosBuscador {
        width: 380px;
    }

    .buscadorTabla {
        width: 180px;
    }
}

@media (min-width: 600px) {
    .filtrosBuscador {
        width: 420px;
    }

    .buscadorTabla {
        width: 220px;
    }
}

@media (min-width: 768px) {
    .filtrosBuscador {
        width: 380px;
    }

    .buscadorTabla {
        width: 180px;
    }

    .buscadorTabla .btn-primary {
        margin-right: 7px;
    }
}

@media (min-width: 781px) {
    .buscadorTabla .btn-primary {
        margin-right: auto;
    }
}

.buscadorEnlacesDocumentos {
    width: 180px;
    float: right;
    margin: -5px -5px 0 20px;
}

@media (min-width: 400px) {
    .buscadorEnlacesDocumentos {
        width: 220px;
    }
}

.bgSeleccionado {
    background-color: #f3e4f0;
}

.anchoTotal {
    width: 100% !important;
}

.botonEstado {
    padding: 2px;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin: 0 2px 0 0;
    border: solid 1px #ddd;
}

.botonEstadoInterno {
    width: 110px;
    border: solid 1px #ddd;
    font-size: 18px;
    cursor: default;
    background-color: #8bc733;
    color: #ffffff;
    border: 1px solid #8bc733;
}

.botonEstadoInterno .fa {
    margin-right: 5px;
}

.botonEstadoPendiente {
    background-color: #ec971f;
    border: solid 1px #ec971f;
}

.botonEstadoNuevo {
    background-color: #5bc0de;
    border: solid 1px #5bc0de;
}

.botonEstadoAbierto,
.botonEstadoAceptado {
    background-color: #8dc63f;
    border: solid 1px #8dc63f;
}

.botonEstadoCerrado,
.botonEstadoRechazado {
    background-color: #c9302c;
    border: solid 1px #c9302c;
}

.cajaTotalTabla {
    padding: 15px 15px 0 15px;
    margin: 0 auto 0.5em;
    background: #fafafa;
    color: #666;
    width: 100%;
    border-radius: 4px;
    text-align: left;
    line-height: 1.4;
    border: solid 1px #ebedee;
    margin-bottom: 12px;
}

.elementoCajaTotalTabla {
    margin: 0 3em 10px 0;
    float: left;
    min-width: 11em;
}

.iconoCajaInfoTop {
    color: #fff;
    padding: 0.4em;
    margin-right: 0.3em;
    border-radius: 4px;
    font-size: 22px;
    float: left;
    width: 1.8em;
    text-align: center;
}

.fondoAmarillo,
.btn-warning {
    background-color: #f8d6a7;
    border: 1px solid #ec971f;
}

.btn-azul {
    background-color: #c2e8f3;
    border: 1px solid #5bc0de;
    color: #ffffff;
}

.btn-azul:hover {
    background-color: #5bc0de;
}

.textoAmarillo {
    color: #ec971f;
}

.fondoVerde,
.btn-success {
    background-color: #cce7a5;
    border: 1px solid #8dc63f;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #8dc63f;
}

.textoVerde {
    color: #8dc63f;
}

.fondoRojo,
.btn-danger {
    background-color: #e9928f;
    border: 1px solid #c9302c;
}

.textoRojo {
    color: #c9302c;
}

.tablaFlex .cursorText {
    cursor: text !important;
}

.panel-default .btn-default:hover,
.panel-default .btn-default:active,
.panel-default .btn-default:focus {
    color: #8dc63f;
}

#nuevoEnlace .btn,
#editarEnlace .btn,
#nuevoDocumento .btn,
#editarDocumento .btn {
    border-radius: 4px;
}

/***Evaluación***/

.evaluar .opciones label {
    font-weight: normal !important;
    cursor: pointer;
}

#contenidoDerecha .documento a {
    color: #000000;
}

#contenidoDerecha .documento a:hover {
    color: #ab65a5;
}

#contenidoDerecha .fa-file-pdf-o {
    margin-right: 8px;
}

.puntuacion {
    margin-bottom: 10px;
}

/*Foro*/
.botones {
    text-align: center;
    padding: 20px 10px 20px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #521e59;
    min-height: 160px;
    margin: 0 0 30px 0;
    border: 1px solid #521e59;
    width: 100%;
}

.botones:hover {
    background-color: #f2f2f7;
}

.botones img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.fa-bell,
.fa-exclamation-triangle {
    margin-right: 5px;
}

.notificaciones .alert {
    position: relative;
    padding-right: 45px;
}

.iconoNotificacion {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
}

.tamanioBuscadorFiltro {
    width: 260px;
}

.fotoTablaPublica {
    height: 40px;
    width: 40px;
}

.tablaPublica th {
    color: #521e59;
}

@media (min-width: 400px) {
    .tamanioBuscadorFiltro {
        width: 350px;
    }
}

.foroRespuesta {
    padding: 0.8em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px auto;
    text-align: justify;
    border: 1px solid #8dc63f;
}

.foroRespuestaEliminado {
    padding: 0.8em;
    background: #f2f2f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0.6em auto;
    text-align: justify;
}

.foroBotonBorrar {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 0.6em;
    padding-bottom: 1em;
    float: right;
}

.foroBotonBorrar a {
    color: #c7c7c9;
}

#nuevaImagen .btn-primary {
    padding: 7px;
    border-radius: 0 3px 3px 0;
}

/*********************************************************************************/
/* Paginación Tablas*/
/*********************************************************************************/
.panel-pag {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.paginacion {
    margin: 0 auto;
    text-align: center;
}

.paginacion td {
    text-decoration: none;
    padding: 0 !important;
}

.fondoPaginador {
    text-decoration: none;
}

.paginacion td a {
    padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}

.paginacion td span {
    padding: 0.58em 10px;
    text-decoration: none;
    background-color: #8dc63f !important;
    color: #fff !important;
    display: inline-block;
}

.paginacion td:hover {
    background: #cce7a5;
    color: #ffffff;
}

.paginacion td a:hover {
    color: #ffffff;
}

.PaginacionBloqueIzq {
    width: 30%;
    line-height: 48px;
    text-align: left;
}

.PaginacionBloqueCen {
    width: 30%;
    text-align: center;
}

.PaginacionBloqueDer {
    width: 30%;
    line-height: 12px;
    text-align: right;
}

/* Lista imágenes publica tus noticias */
.listaImagenesSolicitud {
    margin: 0.5em 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.listaImagenesSolicitud li {
    float: left;
    margin: 0.5em;
}

.listaImagenesSolicitud li:first-child {
    margin-left: 0;
}

.listaImagenesSolicitud li:last-child {
    margin-right: 0;
}

.listaImagenesSolicitud li,
.listaImagenesSolicitud img {
    display: block;
    width: 92px;
}

.listaImagenesSolicitud img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btnIcoText {
    font-size: 0.9em;
}

.tablaFlex .btnIcoText.btn {
    margin: 0.3em;
    padding: 0.3em 0.5em;
}

.tablaFlex .btnIcoText.btn.disabled {
    cursor: default;
}

.btnIcoText i {
    margin-right: 0.3em;
}

/*********************************************************************************/
/*Raeco*/
/*********************************************************************************/

.tabpanel > li > a,
.tabpanel > li > a:focus {
    background-color: #521e59;
    color: #fff;
}

.tabpanel > li > a:hover {
    background-color: #fff;
    color: #521e59;
}

.tabpanel > li.active a,
.tabpanel > li.active a:hover {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    color: #521e59;
    font-weight: bold;
}

.emailTelefono {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.emailTelefono img {
    margin-right: 5px;
}

.emailTelefono a {
    color: #333;
}

.emailTelefono a:hover,
.emailTelefono a:focus,
.emailTelefono a:active {
    color: #521e59;
}

@media (min-width: 768px) {
    .emailTelefono {
        font-size: 25px;
    }
}

.centrarImagen img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#contenidoDerecha .subtitulosRaeco {
    font-size: 18px;
}

ul.funciones li {
    padding-bottom: 10px;
}

/* FORMULARIOS
----------------------------------------------------------*/
textarea {
	resize: none;
}

	.input-group-addon-error, .dropdown-toggle-error, .panel-default-error, .fileInputError .file-caption, input[type=text].error, input[type=text].error:focus, input[type=password].error, input[type=password].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[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;
	}

.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[type=text].error,
input[type=password].error,
textarea.error,
select.error,
.dropdown-toggle.error,
.dropdown-toggle-error,
#contenidoDerecha .form-group .bootstrap-select .btn.dropdown-toggle.dropdown-toggle-error,
#contenidoDerecha .input-group .bootstrap-select .btn.dropdown-toggle.dropdown-toggle-error,
#contenidoDerecha .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;
}

.panel-default-error .panel-heading {
	color: #a94442 !important;
	background-color: #f2dede !important;
}

	.panel-default-error .panel-heading > * {
		color: #a94442 !important;
	}

.account-wall .error span.error {
	margin-top: 5px;
	display: block;
}

.contenidoInternoLogin .contenedorError {
	overflow: auto;
}

.contenidoInternoLogin span.error {
	float: left;
	width: 100%;
}

.aspNetDisabled .btn:focus {
	color: #333;
}

#contenidoDerecha .btn-file .file-input .btn.btn-default {
	color: #000;
}
/* FIN Formularios */

/* -- 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: #aa5fa2;
	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;
}

.detalleDescripcion a {
	color: #8DC63F;
}

	.detalleDescripcion a:hover {
		color: #AA5FA2;
	}

/* 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;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a.active,
.navbar-default .navbar-nav .open .dropdown-menu > li > a.active,
a.active,
li.active > a {
	background-color: #8dc63f !important;
	color: #fff;
}

.nav-tabs li.active > a {
	background-color: #ab5ea2 !important;
}

.nav-tabs.tabsRaeco li.active > a {
	background-color: #fff !important;
}

/* 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;
}

audio {
	width: 100%;
}

/* Evaluaciones */
.respuestasPreguntas {
	display: block;
}

	.respuestasPreguntas td {
		padding-bottom: 0.3em;
	}

	.respuestasPreguntas label {
		font-weight: normal;
		margin-left: 0.3em;
		display: inline;
	}

@media only screen and (max-width: 1150px) {
	/* Ocultar columnas tabla */
	.tablaFlex .table > tbody > tr > td[data-title="Id"], .tablaFlex .table > tbody > tr > td[data-title="Leido Oculto"] {
		display: none;
	}
}

hr {
	margin: 1em 0 1.6em 0;
}

.etiquetas{
	margin-top: 15px;
}


.justify-content-end {
	justify-content: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

