<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .box_img_unidad{
	  width: 100%;
	  height: 222px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left: 0px;
	}
.box_img_unidad a{
	margin-left: 0px;
    margin-right: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* NÃºmero de lÃ­neas a mostrar */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; /* Recorte de texto */
 }		
.box_img_unidad img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left: 0px;
}
@supports(object-fit: cover){
	    .box_img_unidad img{
	      height: 200px;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left: 0px;
	    }
}
	




 .box_img_entrega{
	  width: 100%;
	  height: 380px;
	  background: #fff;
	  overflow: hidden;
	  display: block;
	  margin-left: 0px;
	}
.box_img_entrega a{
	margin-left: 0px;
    margin-right: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* NÃºmero de lÃ­neas a mostrar */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; /* Recorte de texto */
 }		
.box_img_entrega img{
		  width: 100%;
		  height: auto;
		  display: block;
		  margin-left: 0px;
}
@supports(object-fit: cover){
	    .box_img_entrega img{
	      height: 380px;
	      object-fit: cover;
	      object-position: center center;
	      display: block;
	       margin-left: 0px;
	    }
}
	</pre></body></html>