/* estilos para el bloque tematico de 40 aniversario */


/* peq */

.bloque_fundacion-telefonica .bloque-cabecera {
    overflow: hidden;
}

.bloque_tematico .bloque-cabecera:before {}

.bloque_fundacion-telefonica .cabecera-titulo .sin_enlace,
.bloque_fundacion-telefonica .cabecera-titulo .enlace {
    background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/bloque_fundacion-telefonica-pequeno.svg) no-repeat left center;
    text-indent: -9999px;
    display: block;
    width: 9rem;
    height: 2.250rem;
    background-size: auto .79rem;
}

.bloque_fundacion-telefonica .cabecera-titulo .enlace:hover {
    opacity: 1;
}

.bloque_fundacion-telefonica .caja-patrocinador {
    position: absolute;
    bottom: -0.4rem;
    right: 0;
    background-image: url(/estaticos/2016/06/fundacion-telefonica/img/bloque_fundacion-telefonica-patro-pequeno.svg);
    text-indent: -9999px;
    width: 9rem;
    height: 2.2rem;
    display: block;
    background-repeat: no-repeat;
}


/* y en grande */

@media(min-width:1000px) {
    .bloque_fundacion-telefonica .bloque-cabecera {
        height: 6.75rem;
        position: relative;
        width: 14.6%;
        margin: 0 0 0 0.688rem;
    }
    .bloque_fundacion-telefonica .cabecera-titulo .sin_enlace,
    .bloque_fundacion-telefonica .cabecera-titulo .enlace {
        background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/bloque_fundacion-telefonica.svg) no-repeat 0px 7px;
        position: relative;
        background-position: 0 center;
        background-repeat: no-repeat;
        height: 2.7rem;
    }
    .bloque_fundacion-telefonica .caja-patrocinador {
        position: absolute;
        bottom: 0.250rem;
        left: 12px;
        background-image: url(/estaticos/2016/06/fundacion-telefonica/img/bloque_fundacion-telefonica-patro.svg);
        text-indent: -9999px;
        width: 9rem;
        height: 3.5rem;
        display: block;
        background-repeat: no-repeat;
    }
}