/* DESKTOP */
.productos {
	float: left;
    display: block;
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #A2A2A2;
    border-bottom-style: dotted;
    width: 97%;
    
    margin-top: 3px;
}
.productos-no{
    float: left;
    display: block;
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #A2A2A2;
    border-bottom-style: dotted;
    width: 97%;

}
.producto{
    margin-bottom: 20px;
    border-bottom: 6px solid #dbdddf;
}
.leerMas{
    float:right;
    margin-bottom: 10px;
    margin-right: 20px;
}

.div_imagen_producto {
	width: auto;
	max-width: 300px;
	min-width: 300px;
	float: left;
        display: block;
    border: 1px solid #F0F1F2;
    background: white;
    margin-right: 15px;
}

.imagen_producto {
	width: 300px;
	background: white;
    ;
}

.descripcion-height{
    height: 100px;
}
@media (min-width: 676px){
.descripcion_producto{
    float: right;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    width: calc(70% - 6%);
    text-align: justify;
}
}
@media (max-width: 675px){
.descripcion_producto {
	float: right;
	/* padding-left: 3%; */
	padding-right: 3%;
	padding-bottom: 3%;
	width: 100%;
	text-align: justify;
	box-sizing: border-box;
	margin-top: 20px;
}
}
#ordenar {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    float: left;
    width: 100%;
}
.nombre_producto{
    font-size: 16px
}
.divOpciones{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 106px;
}