<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.texto_pagina {
    margin-bottom: 10px;
}

.exp .texto_pagina {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.regasoc {
    margin-bottom: 55px !important;
}

.logoasoc {
    border-right: 1px solid #ccc;
}

#miembros_detalle .grp.imagenes {
    float: left;
    width: 30%;
    margin-bottom: 20px;
}

#miembros_detalle .foto {
    margin-bottom: 20px;
}

#miembros_detalle .grp.imagenes .img-responsive {
    max-width: 350px !important;
    display: inline !important;
}

#miembros_detalle .grp.generales {
    float: left;
    width: 66%;
    margin-left: 4%;
}

#miembros_detalle .nombre,
#miembros_detalle .apellido {
    font-size: 28px;
    display: inline-block;
    margin-right: 5px;
}

#miembros_detalle .grp.generales .etiqueta {
    margin-right: 10px;
}

#miembros_detalle .grp.data {
    float: left;
    clear: both;
    width: 100%;
}

.grp.data .nav-pills {
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.grp.data .nav-pills&gt;li {
    float: none !important;
    display: inline-table;
    vertical-align: middle;
    width: 15%;
}

.tab-pane {
    padding: 5px 20px;
}

#miembros_detalle .grp.data .etiqueta,
#miembros_detalle .videos .etiqueta {
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
    width: 100%;
}

#miembros_detalle .biografia {
    clear: both;
    width: 100%;
}

#proyectos_detalle {
    padding-top: 10px;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.subtitulo {
    font-size: 22px;
    font-weight: bold;
}

#proyectos_detalle .fecha {
    color: #818181;
}

#proyectos_detalle .grp.principal {
    float: left;
    padding: 20px;
    width: 610px;
    background: #ffe9c9;
    height: 360px;
}

#proyectos_detalle .grp.multi {
    float: right;
    width: 480px;
    margin-bottom: 20px;
}

#proyectos_detalle .titulo {
    font-size: 27px;
}

#proyectos_detalle .id_pais {
    display: inline-block;
}

#proyectos_detalle .clic-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    opacity: 0.5;
    background: url(../img/maqueta/icon-play.png) no-repeat center center;
}

#proyectos_detalle .multimedia {
    position: relative;
    display: inline-block;
    width: 500px;
}

#proyectos_detalle .galeria_multiple {
    width: 488px !important;
    height: 360px !important;
}

#proyectos_detalle .grp.data {
    float: left;
    clear: both;
    width: 100%;
}

#proyectos_detalle .etiqueta {
    margin-right: 10px;
    font-weight: bold;
}

#articulos_detalle .imagen {
    float: left;
    margin-right: 20px;
    max-width: 280px;
}

/* large desktop (&gt; 1200) */

@media (min-width: 1200px) {}

/* Portrait tablet to landscape and desktop (1024) */

@media (min-width: 992px) and (max-width: 1199px) {}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 991px) {}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    #proyectos_detalle .grp.generales {
        float: left;
        width: 100%;
    }
    #proyectos_detalle .grp.generales .imagen,
    #proyectos_detalle .grp.generales .id_pais,
    #proyectos_detalle .grp.generales .descripcion,
    #proyectos_detalle .grp.principal,
    #proyectos_detalle .grp.multi {
        width: 94%;
        margin-left: 3%;
    }
    #proyectos_detalle .multimedia,
    #proyectos_detalle .galeria_multiple {
        width: auto !important;
        height: auto !important;
    }
}

/* Landscape phones and down */

@media (max-width: 480px) {}

@media (max-width: 390px) {
}
</pre></body></html>