@charset "utf-8";
/* CSS Document */

/* Fuentes usadas
Google Fonts Noticia+Text:400,700|Source+Sans+Pro:300,400,600,700,900*/


body {
    overflow-x: hidden;
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #111 !important;
}

h1, h2, h3, h4, h5 {
}

a:visited {
    color: #551A8B;
}

/* <ENCABEZADO> */
#fEncabezado {
    background-color: #fff;
    padding: 15px 0px;
}

    #fEncabezado .rRecientes {
        text-align: right;
        font-size: 80%;
        /* Para cuando no hay botones de agenda y registro margin-top: 25px;*/
        /* Para cuando si hay botones de agenda y registro margin-top: 5px;*/
        margin-top: 25px;
        /* Para cuando no hay botones de agenda y registro, eliminar el estilo margin-bottom: 0px;*/
        /* Para cuando si hay botones de agenda y registro margin-bottom: 0px;*/
        /*margin-bottom: 0px;*/
    }

        #fEncabezado .rRecientes .fecha {
            background-color: #45403A;
            padding: 5px 10px;
            color: #fff;
            font-size: 90%;
            font-weight: 700;
        }

        #fEncabezado .rRecientes .nombre {
            background-color: #A80532;
            padding: 5px 10px 5px 15px;
            color: #fff;
            background-image: url(../../imagenes/f-rRecientes.gif);
            background-repeat: no-repeat;
            background-position: left top;
            margin-left: -5px;
            font-size: 90%;
        }

    #fEncabezado .redes {
        text-align: right;
        padding-top:45px;
    }

        #fEncabezado .redes a {
            color: #111;
            text-decoration: none;
        }

            #fEncabezado .redes a:hover {
                color: #A80532;
                text-decoration: underline;
            }


.redesmovil {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 5px !important;
}

    .redesmovil a {
        color: #111;
        text-decoration: none;
    }

        .redesmovil a:hover {
            color: #A80532;
            text-decoration: underline;
        }

.rBotonesAgendaRegistro {
    text-align: right;
}



    .rBotonesAgendaRegistro a, .rBotonesAgendaRegistro a:hover, .rBotonesAgendaRegistro a:visited {
        color: #fff;
    }




@media only screen and (max-width: 992px) {
    #fEncabezado .rRecientes {
        margin-top: 18px;
        text-align: center;
    }

        #fEncabezado .rRecientes .fecha {
            padding: 5px 5px;
        }

        #fEncabezado .rRecientes .nombre {
            padding: 5px 5px 5px 5px;
            margin-left: -3px;
            background-image: none;
        }


    .rBotonesAgendaRegistro {
        text-align: center;
    }
}

#logoMenu {
    padding: 5px 5px 5px 20px;
}








/* </ENCABEZADO> */

/* <CARRUSEL> */
#fBanner {
    background-color: #CCC7C2;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 992px) {
    #fBanner {
        padding-top: 5px;
        padding-bottom: 0px;
    }
}
/* </CARRUSEL> */

/* <REUNIONES> */
#fReuniones {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 30px;
}

    #fReuniones h1 {
        font-size: 200%;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #fReuniones .recuadro {
        border: 4px double #DBD9D6;
    }

        #fReuniones .recuadro .fondo {
            background-image: url(../../imagenes/patterns/cream_pixels.png);
            background-repeat: repeat;
        }

            #fReuniones .recuadro .fondo .fFotoReuniones {
                background-color: #998F86;
            }


            #fReuniones .recuadro .fondo .texto {
                padding: 10px 15px;
            }

/*SM y MD*/
.rcpPlenarias {
    height: 270px;
}
/*XS*/
@media only screen and (max-width: 768px) {
    .rcpPlenarias {
        height: 200px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcpPlenarias {
        height: 210px;
    }
}

/*SM y MD*/
.rcReuniones {
    height: 510px;
}
/*XS*/
@media only screen and (max-width: 768px) {
    .rcReuniones {
        height: 460px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcReuniones {
        height: 440px;
    }
}

/*MD*/
.rcProximasReuniones {
    height: 140px;
}

/*SM*/
@media only screen and (max-width: 992px) {
    .rcProximasReuniones {
        height: 120px;
    }
}

/*XS*/
@media only screen and (max-width: 768px) {
    .rcProximasReuniones {
        height: 120px;
    }
}

/*LG*/
@media only screen and (min-width: 1200px) {
    .rcProximasReuniones {
        height: 130px;
    }
}




/*MD*/
.rcPresidentes {
    height: 350px;
}

/*SM*/
@media only screen and (max-width: 992px) {
    .rcPresidentes {
        height: 350px;
    }
}
/*XS*/
@media only screen and (max-width: 768px) {
    .rcPresidentes {
        height: 320px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcPresidentes {
        height: 334px;
    }
}





/*MD*/
.rcGobernadoresEF {
    height: 120px;
}

/*XS*/
@media only screen and (max-width: 768px) {
    .rcGobernadoresEF {
        height: 90px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcGobernadoresEF {
        height: 120px;
    }
}




/*MD*/
.rcComisiones {
    height: 80px;
}
/*XS*/
@media only screen and (max-width: 768px) {
    .rcComisiones {
        height: 80px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcComisiones {
        height: 90px;
    }
}




/*MD*/
.rcGobernadoresFundadores {
    height: 140px;
}
/*XS*/
@media only screen and (max-width: 768px) {
    .rcGobernadoresFundadores {
        height: 130px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcGobernadoresFundadores {
        height: 130px;
    }
}



#fReuniones .recuadro .fondo .texto h4 {
    font-weight: 600;
    font-size: 105%;
}

#fReuniones .recuadro .fondo .numero {
    margin-top: -13px;
}

    #fReuniones .recuadro .fondo .numero .texto {
        color: #fff;
        font-weight: 700;
        font-family: 'Noticia Text', serif;
        font-size: 125%;
        padding: 5px 20px 5px 15px;
        background-image: url(../../imagenes/fondo-nrr.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

#fReuniones a {
    text-decoration: underline;
}
/* </REUNIONES> */

/* <PRESIDENCIAS> */
#fPresidencias {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #fPresidencias h1 {
        font-size: 200%;
        margin-top: 10px;
    }

    #fPresidencias .recuadro {
        border: 4px double #DBD9D6;
    }

        #fPresidencias .recuadro .fondo {
            background-color: #fff;
            background: url(../../imagenes/patterns/cream_pixels.png) repeat;
        }

            #fPresidencias .recuadro .fondo .foto {
                background-color: #998F86;
            }


            #fPresidencias .recuadro .fondo .texto {
                padding: 10px 15px;
            }


/*SM y MD*/
.rcpPresidencias {
    height: 200px;
}
/*XS*/
@media only screen and (max-width: 768px) {
    .rcpPresidencias {
        height: 180px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcpPresidencias {
        height: 170px;
    }
}




#fPresidencias .recuadro .fondo .texto h4 {
    font-weight: 600;
    font-size: 105%;
    margin-bottom: 5px;
}

#fPresidencias .recuadro .fondo .numero {
    margin-top: -13px;
}

    #fPresidencias .recuadro .fondo .numero .texto {
        color: #fff;
        font-weight: 700;
        font-family: 'Noticia Text', serif;
        font-size: 125%;
        padding: 5px 20px 5px 15px;
        background-image: url(../../imagenes/fondo-nrr.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

#ligaPresidencias {
    margin-top: 20px;
    text-align: right;
}

#fPresidencias a {
    text-decoration: underline;
}

@media only screen and (max-width: 992px) {
    #ligaPresidencias {
        margin-top: 0px;
        text-align: left;
    }
}
/* </PRESIDENCIAS> */


/* <AVISO> */
#fAviso {
    background-color: #A80532;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: justify;
    font-size: 100%;
    color: #fff;
}
/* </AVISO> */

/* <ANIVERSARIO> */
#fAniversario {
    background: 
        url(../../imagenes/portada/fondo-aniversario-encabezado.svg) center top repeat-x, 
        url(../../imagenes/portada/fondo-aniversario-pie.svg) bottom right no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

    #fAniversario .acuerdos {
        font-weight: 700;
        font-size: 120%;
        color: #A80532;
    }

    #fAniversario p, #fAniversario ul {
        margin-bottom: 20px !important;
    }

    #fAniversario li {
        margin-bottom: 5px;
    }

    #fAniversario h1 {
        font-size: 180%;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #fAniversario h2 {
        font-size: 120%;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #fAniversario h4 {
        font-weight: 700;
        font-size: 110%;
    }
    #fAniversario .icono {
        padding-right: 5px;
    }

@media only screen and (max-width: 992px) {
}
/* </ANIVERSARIO> */

/* <PROXIMA REUNION> */
#fProxReunion {
    background-color: #CCC7C2;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #fProxReunion h1 {
        font-size: 200%;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #fProxReunion .h1Linea {
        background-image: url(../../imagenes/h1-linea2.png);
        background-repeat: repeat-x;
        background-position: center;
    }

    #fProxReunion .h1Fblanco {
        background-color: #CCC7C2;
        padding: 5px 15px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #E9E7E4;
        border-left-color: #E9E7E4;
    }

    #fProxReunion .mrqo {
        border: 1px solid #E9E7E4;
        padding: 2px;
        background-color: #CCC7C2;
        margin: 0px;
    }

    #fProxReunion .recuadro {
        border: 1px solid #E9E7E4;
        background-image: url(../../imagenes/patterns/cream_pixels.png);
        background-repeat: repeat;
        background-color: #fFF;
    }

    #fProxReunion .foto {
        background-image: url(../../imagenes/fondo-fpr.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

    #fProxReunion .recuadro .texto {
        padding: 25px 15px 10px 15px;
    }

        #fProxReunion .recuadro .texto h4 {
            font-weight: 700;
            font-size: 105%;
            margin-bottom: 5px;
        }

    #fProxReunion a {
        text-decoration: underline;
    }

@media only screen and (max-width: 1200px) {
    #fProxReunion .foto {
        background-color: #998F86;
        background-image: url(../../imagenes/fondo-fpr-movil.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    #fProxReunion .recuadro .texto {
        padding: 10px 15px;
    }

    #fProxReunion .h1Linea {
        background-image: none;
    }

    #fProxReunion .h1Fblanco {
        background-color: transparent;
        padding: inherit;
        border: none;
    }
}
/* </PROXIMA REUNION> */

/* <ACCESOS RAPIDOS> */
#fAccesosRapidos {
    background-color: #CCC7C2 !important;
    padding-top: 15px;
    padding-bottom: 30px;
}

    #fAccesosRapidos a {
        color: #111;
        text-decoration: underline;
    }

        #fAccesosRapidos a:hover {
            color: #A80532;
            text-decoration: underline;
        }

    #fAccesosRapidos .label-success {
        background-color: #998F86;
        color: #fff;
        background-image: url(../../imagenes/fondo-label-success-ar.gif);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 20px !important;
        margin-right: -7px !important;
    }

    #fAccesosRapidos .label-primary {
        background-color: #A80532;
        color: #fff;
        background-image: url(../../imagenes/fondo-label-primary-ar.gif);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 20px !important;
        margin-right: -7px !important;
    }

    #fAccesosRapidos h3 {
        font-weight: 400;
        font-family: 'Noticia Text', serif;
        margin-bottom: 25px;
    }

    #fAccesosRapidos h4 {
        font-weight: 400;
        font-family: 'Noticia Text', serif;
        margin-bottom: 20px;
    }
/* </ACCESOS RAPIDOS> */

/* <FOLLETO> */
#fFolleto {
    background-color: #CCC7C2 !important;
    padding-top: 50px;
    padding-bottom: 40px;
}

    #fFolleto h1 {
        font-size: 200%;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #fFolleto .h1Linea {
        background-image: url(../../imagenes/h1-linea2.png);
        background-repeat: repeat-x;
        background-position: center;
    }

    #fFolleto .h1Fblanco {
        background-color: #CCC7C2;
        padding: 5px 15px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #E9E7E4;
        border-left-color: #E9E7E4;
    }

    #fFolleto .mrqo {
        border: 1px solid #E9E7E4;
        padding: 2px;
        background-color: #CCC7C2;
        margin: 0px;
    }

    #fFolleto .recuadro {
        border: 1px solid #E9E7E4;
        background-image: url(../../imagenes/patterns/cream_pixels.png);
        background-repeat: repeat;
        background-color: #fFF;
    }

    #fFolleto .foto {
        background-image: url(../../imagenes/fondo-fpr.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

    #fFolleto .recuadro .texto {
        padding: 25px 15px 10px 15px;
    }

        #fFolleto .recuadro .texto h4 {
            font-weight: 700;
            font-size: 105%;
            margin-bottom: 5px;
        }

    #fFolleto a {
        text-decoration: underline;
    }

@media only screen and (max-width: 1200px) {
    #fFolleto .foto {
        background-color: #998F86;
        background-image: url(../../imagenes/fondo-fpr-movil.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    #fFolleto .recuadro .texto {
        padding: 10px 15px;
    }

    #fFolleto .h1Linea {
        background-image: none;
    }

    #fFolleto .h1Fblanco {
        background-color: transparent;
        padding: inherit;
        border: none;
    }
}
/* </FOLLETO> */

/* <VARIOS> */
#fVarios {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

    #fVarios a {
        color: #111;
        text-decoration: underline;
    }

        #fVarios a:hover {
            color: #A80532;
            text-decoration: underline;
        }

    #fVarios h3 {
        font-weight: 400;
        margin-bottom: 25px;
    }


.badge {
    min-width: 10px;
    padding: 4px 5px 5px 5px !important;
    font-weight: 600 !important;
    color: #fff;
    line-height: 1;
    border-radius: 0px !important;
    font-size: 65% !important;
    background-color: #A21C38 !important;
    margin-bottom:10px;
}


/* </VARIOS> */

/* <TITULOS> */
.h1Linea {
    background-image: url(../../imagenes/h1-linea.png);
    background-repeat: repeat-x;
    background-position: center;
}

.h1Fblanco {
    background-color: #fff;
    padding: 5px 15px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DBD9D6;
    border-left-color: #DBD9D6;
}

.h1Cuadros::after {
    content: url(../../imagenes/h1-cuadros.png);
    padding-left: 10px;
}

.h1Cuadros2::after {
    content: url(../../imagenes/h1-cuadros2.png);
    padding-left: 10px;
}

@media only screen and (max-width: 992px) {
    .h1Linea {
        background-image: none;
    }

    .h1Fblanco {
        background-color: transparent;
        padding: inherit;
        border: none;
    }
}
/* </TITULOS> */

/* <GENERALES> */
.grisMedio {
    color: #DBD9D6
}

.grisMedioAlto {
    color: #b7b6b4
}

.grisAlto {
    color: #998F86
}

.rojo {
    color: #A80532
}

.liPb15 li {
    padding-bottom: 15px;
}

.btn-primary {
    color: #fff !important;
    text-decoration: none !important;
}

.listaRoja ul, .listaGris ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.listaRoja li {
    background-image: url(../../imagenes/vineta-roja.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.listaGris li {
    background-image: url(../../imagenes/vineta-gris.gif);
    background-repeat: no-repeat;
    background-position: 8px 9px;
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lista li {
    margin-top: 5px;
    margin-bottom: 5px;
}


.negrita {
    font-weight: 700;
}

.altas {
    text-transform: uppercase;
}
/* </GENERALES> */

/* <PIE> */
#fPiePortada {
    background: #fff;
    border-top: solid 1px #DBD9D6;
    border-bottom: solid 1px #BAB4AF;
    padding-top: 10px;
    padding-bottom: 30px;
}

#fPie {
    background: #EBE9E7;
    border-top: solid 1px #DBD9D6;
    border-bottom: solid 1px #BAB4AF;
    padding-top: 10px;
    padding-bottom: 30px;
}

    #fPie h4, #fPiePortada h4 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    #fPie ul, #fPiePortada ul {
        padding-top: 15px;
    }

        #fPie ul li, #fPiePortada ul li {
            padding-bottom: 10px;
        }

    #fPie a, #fPiePortada a {
        color: #111;
        text-decoration: none;
    }

        #fPie a:hover, #fPiePortada a:hover {
            color: #A80532;
            text-decoration: underline;
        }
/* <PIE> */

/* <SUBIR> */
#fSubir {
    background: #CCC7C2;
    padding-top: 20px;
    padding-bottom: 15px;
}

    #fSubir a {
        color: #111;
        text-decoration: none;
    }

        #fSubir a:hover {
            color: #A80532;
            text-decoration: underline;
        }

    #fSubir .redes {
        text-align: right;
    }

@media only screen and (max-width: 992px) {
    #fSubir .redes {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
/* <SUBIR> */

/* <ESPACIOS> */
.p0 {
    padding: 0px !important;
}

.p10 {
    padding: 10px !important;
}

.p40 {
    padding: 40px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt40 {
    padding-top: 40px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb50 {
    padding-bottom: 50px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.pl-15 {
    left: -15px !important;
}
/* </ESPACIOS> */



.label-default {
    background-color: #EC1B23 !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px !important;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}


p .timeline-Tweet-text {
    font-size: 50px !important;
}




/********************************* I N T E R I O R E S *******************************/
/* Fuentes usadas
Google Fonts Noticia+Text:400,700|Source+Sans+Pro:300,400,600,700,900*/

/* <CONTENIDO> */
#fContenido {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}

    #fContenido .acuerdos {
        font-weight: 700;
        font-size: 120%;
        color: #A80532;
    }

    #fContenido p, #fContenido ul {
        margin-bottom: 20px !important;
    }

    #fContenido h1 {
        font-size: 180%;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #fContenido h2 {
        font-size: 120%;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #fContenido h4 {
        font-weight: 700;
        font-size: 110%;
    }

    #fContenido blockquote {
        padding: 12px 20px;
        margin: 0px;
        font-size: 100%;
        border-left: none;
    }

    #fContenido .label-success {
        background-color: #998F86;
        color: #fff;
        background-image: url(../../imagenes/fondo-label-success.gif);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 20px !important;
        margin-right: -7px !important;
    }

    #fContenido .label-primary {
        background-color: #A80532;
        color: #fff;
        background-image: url(../../imagenes/fondo-label-primary.gif);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 20px !important;
        margin-right: -7px !important;
    }

    /* Detalles titulos */
    #fContenido .h1Linea {
        background-image: url(../../imagenes/h1-linea.png);
        background-repeat: repeat-x;
        background-position: center;
        background-position-y: 20px;
    }

    #fContenido .h1Fblanco {
        background-color: #fff;
        padding: 5px 15px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #DBD9D6;
        border-left-color: #DBD9D6;
    }

@media only screen and (max-width: 992px) {
    #fContenido {
        margin-left: 0px;
        margin-right: 0px;
    }

        #fContenido .h1Linea {
            background-image: none;
        }

        #fContenido .h1Fblanco {
            background-color: transparent;
            padding: inherit;
            border: none;
        }
}

/* Recuadros */
#fContenido .mrqo {
    border: 1px solid #DBD9D6;
    padding: 2px;
    background-color: #fff;
    margin: 0px;
}

#fContenido a {
    text-decoration: underline;
}

#fContenido .marcoFotoTh {
    border: solid 1px #EBE9E7;
}

#fContenido .foto .margen {
    margin: 25px 5px;
}

#fContenido .recuadro .fondo .fFotoReuniones {
    background-color: #998F86;
}

#fContenido .recuadro {
    border: 1px solid #DBD9D6;
    background-color: #fFF;
    font-size: 90%;
    background: url(../../imagenes/fondo-fpr-movil.png) top left no-repeat, url(../../imagenes/patterns/cream_pixels.png) repeat;
}

    #fContenido .recuadro p {
        margin-bottom: 0px !important;
    }


    #fContenido .recuadro .texto {
        padding: 25px 15px 10px 15px;
    }

        #fContenido .recuadro .texto h4 {
            font-weight: 700;
            font-size: 105%;
            margin-bottom: 5px;
            margin-top: 10px;
        }


#fContenido .recuadroSfr {
    border: 1px solid #DBD9D6;
    background-color: #fFF;
    font-size: 90%;
}

    #fContenido .recuadroSfr .texto {
        padding: 25px 15px 10px 15px;
    }

        #fContenido .recuadroSfr .texto h4 {
            font-weight: 700;
            font-size: 105%;
            margin-bottom: 5px;
            margin-top: 10px;
        }

@media only screen and (max-width: 992px) {
    #fContenido .foto {
        background-color: #998F86;
        background-image: url(../../imagenes/fondo-fpr-movil.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    #fContenido .recuadro .texto {
        padding: 25px 15px 10px 15px;
    }

    #fContenido .recuadro {
        border: 1px solid #DBD9D6;
        background-image: url(../../imagenes/patterns/cream_pixels.png);
        background-repeat: repeat;
    }

    #fContenido .recuadroSfr .texto {
        padding: 25px 15px 10px 15px;
    }

    #fContenido .recuadroSfr {
        border: 1px solid #DBD9D6;
        background-image: url(../../imagenes/patterns/cream_pixels.png);
        background-repeat: repeat;
    }
}
/* <CONTENIDO> */


/* PARA GOBERNADORES */
#fContenido .recuadroGob {
    border: 1px solid #DBD9D6;
    background-color: #f00;
    font-size: 90%;
    background: url(../../imagenes/patterns/cream_pixels.png) repeat;
    padding: 20px 10px 15px 10px;
}

    #fContenido .recuadroGob p {
        margin-bottom: 0px !important;
    }

    #fContenido .recuadroGob .foto {
        border: solid 1px #EBE9E7;
    }

    #fContenido .recuadroGob .texto {
    }


/*SM y MD*/
.rcGobernadores {
    height: 170px;
}
/*XS*/
@media only screen and (max-width: 768px) {
    .rcGobernadores {
        height: 140px;
    }
}
/*LG*/
@media only screen and (min-width: 1200px) {
    .rcGobernadores {
        height: 140px;
    }
}


#fContenido .recuadroGob .texto h4 {
    font-weight: 700;
    font-size: 105%;
    margin-bottom: 5px;
    margin-top: 0px;
}

#fContenido .recuadroGob .escudo {
    padding-top: 13px;
}

#fContenido .recuadroGob .numero {
    margin-top: -13px;
}

    #fContenido .recuadroGob .numero .texto {
        color: #fff;
        font-weight: 700;
        font-family: 'Noticia Text', serif;
        font-size: 125%;
        padding: 5px 20px 5px 15px;
        background-image: url(../../imagenes/fondo-nrr.png);
        background-repeat: no-repeat;
        background-position: right center;
    }


/* /PARA GOBERNADORES */


/* <ACCESOS RAPIDOS> */
#fAccesosRapidos {
    background-color: #EBE9E7;
}

    #fAccesosRapidos h3 {
        font-size: 140%;
        font-weight: 400;
        font-family: 'Noticia Text', serif;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #fAccesosRapidos h4 {
        font-size: 125%;
        font-weight: 400;
        font-family: 'Noticia Text', serif;
        margin-bottom: 15px;
    }
/* </ACCESOS RAPIDOS> */

/* <OTRAS REUNIONES> */
#fOtrasReuniones {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #fOtrasReuniones h1 {
        font-size: 200%;
        font-weight: 300;
        margin: 10px 0px;
    }

    #fOtrasReuniones .mrqo {
        border: 1px solid #DBD9D6;
        padding: 2px;
        background-color: #fff;
        margin: 0px;
    }

    #fOtrasReuniones .recuadro {
        border: 1px solid #DBD9D6;
        background-color: #fFF;
        font-size: 80%;
        background: url(../../imagenes/fondo-fpr-movil.png) top left no-repeat, url(../../imagenes/patterns/cream_pixels.png) repeat;
    }

    #fOtrasReuniones .foto {
    }

        #fOtrasReuniones .foto .margen {
            padding: 25px 5px;
        }

    #fOtrasReuniones .recuadro .texto {
        padding: 25px 15px 10px 15px;
    }

        #fOtrasReuniones .recuadro .texto h4 {
            font-weight: 700;
            font-size: 105%;
            margin-bottom: 5px;
        }

    #fOtrasReuniones a {
        text-decoration: underline;
    }

@media only screen and (max-width: 992px) {
    #fOtrasReuniones .foto {
        background-color: #998F86;
        background-image: url(../../imagenes/fondo-fpr-movil.png);
        background-repeat: no-repeat;
        background-position: left top;
    }

    #fOtrasReuniones .recuadro .texto {
        padding: 25px 15px 10px 15px;
    }

    #fOtrasReuniones .recuadro {
        border: 1px solid #DBD9D6;
        background-image: url(../../imagenes/patterns/cream_pixels.png);
        background-repeat: repeat;
    }
}
/* </OTRAS REUNIONES> */

/* <DETALLE MIEMBROS> */
.margenDM {
    margin: 10px 25px 25px 25px;
}

@media only screen and (max-width: 992px) {
    .margenDM {
        margin: 20px;
    }
}
/* </DETALLE MIEMBROS> */

/* <VARIOS> */
.mrqo {
    border: 4px double #DBD9D6;
}

.fotoReunion {
    border: 4px double #DBD9D6;
}

.textMedio {
    font-size: 85% !important;
}

.textoNormal {
    font-size: 100% !important;
}

.foto50 {
    max-width: 50px !important;
}

.foto35 {
    max-width: 35px !important;
}

.foto25 {
    max-width: 25px !important;
}

.fotoLineaGris {
    border-bottom: solid 3px #998F86;
}

.fotoLineaGrisClaro {
    border-bottom: solid 3px #CCC7C2;
}
/* </VARIOS> */

/* <ADDTHIS> */
#fAddThis {
    padding-top: 25px;
}

    #fAddThis .compartir {
        padding-bottom: 5px;
        color: #45403A;
        font-weight: 600;
        font-size: 80%;
    }

/* </ADDTHIS> */

/* <FORMULARIO> */
.input-lg {
    font-size: 100% !important;
    border-radius: 0px !important;
}

.form-control {
    color: #666 !important;
}
/* </FORMULARIO> */

/* <VIDEO RESPONSIVE> */
/* USO:
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
    <iframe src="//www.youtube.com/embed/codigo_de_youtube?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
*/

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}
/* </VIDEO RESPONSIVE>*/

/* <PANEL>*/
.panel-default {
    border: 4px double #DBD9D6 !important;
}

    .panel-default > .panel-heading {
        color: #111 !important;
        background-color: #EBE9E7 !important;
        border-color: #DBD9D6 !important;
    }

.panel-footer {
    background-color: #EBE9E7 !important;
    border-color: #DBD9D6 !important;
}

.panel-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/* <PANEL>*/

.buscadorDestacado {
    background-color: #A80532 !important;
    padding: 15px !important;
}


/* <GALERIAS DE ACTIVIDADES DE PRESIDENTES> */
.galeriaActividades a, .galeriaActividades a:visited, .galeriaActividades a:hover {
    text-decoration: none !important;
}

.galeriaActividades .lnr {
    font-size: 130%;
    padding-right: 10px;
}

/* </GALERIAS DE ACTIVIDADES DE PRESIDENTES> */



/* <ESCUDOS DE ESTADOS EN LA PAGINA DE MIEMBROS>*/

#escudosEstadosMiembros .textoEF{
    text-align: center;
    font-size: 60%;
}

/* </ESCUDOS DE ESTADOS EN LA PAGINA DE MIEMBROS>*/



.dropdown-menu > li > a {
    text-decoration: none !important;
}




.marcorelaciones {
    border: 4px double #DBD9D6;
    margin-bottom:30px;
}