/* peq */

.bloque_tematico_pequenas_empresas .cabecera-titulo .sin_enlace,
.bloque_tematico_pequenas_empresas .cabecera-titulo .enlace {
	background: transparent url(/iconos/v2.x/v2.1/bloques_tematicos/pequenas-empresas-pq.svg) no-repeat left center;
	text-indent: -9999px;
	display: block;
	width: 16rem;
	height: 2.5rem;
	background-size: 100% auto;

}

/* y en grande */
@media(min-width:1000px){

	.bloque_tematico_pequenas_empresas .cabecera-titulo .sin_enlace,
	.bloque_tematico_pequenas_empresas .cabecera-titulo .enlace {
		background-image: url(/iconos/v2.x/v2.1/bloques_tematicos/pequenas-empresas.svg);
		background-size: auto;
		height: 5rem;
		position: relative;
		width: 100%;
		background-position: 0 7px;
	}
}
