.precio_oferta{
	text-decoration: line-through;
	font-size:14px;
	font-weight: bold;
	font-style: oblique;
	color: #FF0000;
}
.texto_precio_oferta{
	font-size:20px;
	font-weight: normal;
	font-style: oblique;
	color:#FF0000;
	margin-left: 15px;
}

.precio_venta{
	font-size:20px;
	font-weight: bold;
	color: #000;
	margin-top:10px;
	text-align:center;
}

.fondo_input_cantidad{
	background:#03AAE5;
	padding:8px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-carrito{
	padding:8px;
	color:#000;
}

.cantidad_a_comprar{
	height:38px;
	margin-top:0px;
	text-align:center;
	font-size:20px;
}

#btn_agregar{
	/* margin-top:2px; */
}