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