@charset "utf-8";
.imagen-servicio-producto {
	border:solid 2px #000000;
	float:left;
	box-sizing:border-box;
	position:relative;
	}
.texto-productos h1 {
	margin:0;
	}
@media only screen and (min-width: 280px) {
.imagen-servicio-producto {	
	width:96%;
	margin:2%;
	font-size:9px;
	}
.texto-productos {
	width:96%;
	margin:2%;
	float:left;
	}
}

@media only screen and (min-width: 769px) {
.imagen-servicio-producto {
	width:34%;
	margin:3%;
	font-size:12px;
	}
.texto-productos {
	width:54%;
	margin:3%;
	float:left;
	}
}