/* estilos para el bloque tematico de san fermin */
/* peq */

.bloque_tematico_san-fermin .cabecera-titulo .sin_enlace,
.bloque_tematico_san-fermin .cabecera-titulo .enlace {
	background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/sanfermin-m.svg) no-repeat left center; 
	text-indent: -9999px; 
	display: block; 
	width:  7.875rem; 
	height: 1.75rem; 
}

/* y en grande */
@media(min-width:1000px){
 
	.bloque_tematico_san-fermin .cabecera-titulo .sin_enlace,
	.bloque_tematico_san-fermin .cabecera-titulo .enlace {
		background-image: url(/iconos/v2.x/v2.1/bloques_tematicos/sanfermin.svg); 
		height: 3rem; 
		position: relative; 
		width: 100%;
		background-position: 0 5px;
	}
}