@media (max-width: 1367px) and (min-width: 1245px){
.img-tarjeta-caballos {
    margin-top: -240px;
}
}

@media (min-width: 319px) and (max-width: 991px){
	div#contenedor_remate_detalle{
		order: 1 !important;
	}
	div#contenedor_articulos_detalle{
		order: 0  !important;
	}
	div#contenedor_parnets_detalle{
		order: 3 !important;
	}

}


@media (max-width: 997px){
.img-tarjeta-caballos {
    width: 30% !important;
    margin-top: -320px;
}
}

@media (max-width: 997px){
.lote-pre-oferta {
    width: 66%;
    margin-left: 18%;
}
}

@media (max-width: 759px){
.lote-pre-oferta {
    font-size: 20px;
    width: 90%;
    margin-top: -160px !important ;
    margin-left: 5% ;

}
}

.describe_cerrada{
overflow: hidden;
max-height: 100px;
}

.describe_abierta{
max-height: auto;
}