/* estilos para el bloque tematico de cafe y teoremas */

/* peq */

.bloque_tematico_cafe-y-teoremas .cabecera-titulo .sin_enlace,
.bloque_tematico_cafe-y-teoremas .cabecera-titulo .enlace {
	background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/cafe-y-teoremas.svg) no-repeat left center; 
	text-indent: -9999px; 
	display: block; 
  width: 11rem;
  height: 2.250rem;
  background-size: contain;
}

/* y en grande */
@media(min-width:1000px){
 
	.bloque_tematico_cafe-y-teoremas .cabecera-titulo .sin_enlace,
	.bloque_tematico_cafe-y-teoremas .cabecera-titulo .enlace {
		height: 3.5rem;
		position: relative;
		width: 100%;
		padding: 7px 3rem 0 0;
		top:0;
	}
}