/* estilos para el bloque tematico de 40 aniversario */
/* peq */
.bloque_tematico_tentaciones-estrella .bloque-cabecera { border-top-color:#e1001d;}
.bloque_tematico_tentaciones-estrella .cabecera-titulo .sin_enlace,
.bloque_tematico_tentaciones-estrella .cabecera-titulo .enlace {
	background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/logo-bloque-tentaciones-son_pq.svg) no-repeat left center; 
	text-indent: -9999px; 
	display: block; 
	width: 11rem; 
	height: 2.250rem; 
	background-size: auto 1.375rem;
}

/* y en grande */
@media(min-width:1000px){
    .bloque_tematico_tentaciones-estrella .bloque-cabecera h3{ border-color:#e1001d;}
	.bloque_tematico_tentaciones-estrella .cabecera-titulo .sin_enlace,
	.bloque_tematico_tentaciones-estrella .cabecera-titulo .enlace {
		background-image: url(/iconos/v2.x/v2.1/bloques_tematicos/logo-bloque-tentaciones-son.svg); 
		background-size: contain; 
		height: 4.275rem; 
		position: relative; 
		width: 84%;
		background-position: 0 7px;
	}

}