/* estilos para el bloque tematico de descubrir la ciencia */
/* peq */

.bloque_tematico_ep-mas .cabecera-titulo .sin_enlace,
.bloque_tematico_ep-mas .cabecera-titulo .enlace {
	background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/ep-mas.svg) no-repeat left center;
    text-indent: -9999px;
    display: block;
    width: 4.88rem;
    height: 2rem;
    background-size: contain;
}

/* y en grande */
@media(min-width:1000px){
 
	.bloque_tematico_ep-mas .cabecera-titulo .sin_enlace,
	.bloque_tematico_ep-mas .cabecera-titulo .enlace {
	background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/ep-mas.svg) no-repeat left center; 
	text-indent: -9999px; 
	display: block; 
	width: 7rem; 
	height: 2rem; 
	background-size: contain;
	margin-top:10px;
	}

}