/* estilos para el bloque tematico de entrevista w */
/* peq */
.bloque_tematico_entrevista-w .cabecera-titulo .sin_enlace,
.bloque_tematico_entrevista-w .cabecera-titulo .enlace {
	background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/entrevista-w-pq.png) no-repeat left center; 
	text-indent: -9999px; 
	display: block; 
	width: 12.875rem; 
	height: 2.313rem; 
	position: relative;
	top: 0.438rem
}

/* y en grande */
@media(min-width:1000px){
	.bloque_tematico_entrevista-w .cabecera-titulo .sin_enlace,
	.bloque_tematico_entrevista-w .cabecera-titulo .enlace {
		background-image: url(/iconos/v2.x/v2.1/bloques_tematicos/entrevista-w-big.png); 
		background-size: contain;    
		height: 4rem;    
		position: relative;    
		width: 96%;    
		background-position: 0 7px;
	}
}