@charset "utf-8";
/* CSS Document */
.productTitle{
	margin-bottom:5px;

	height: 2em;
}
.productTitle a {
	color: #009999;
	font-size: 16px;
}
.input_cantidad {
	background-color: #E1ECE2;
	border: 1px solid #006600;
	width: 20px;
}
.producto_abajo {
	font-size: 14px;
	font-weight: bold;
	color: #009999;
}
.tituloDescripcion{
	color:#009999;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:10px;
	margin-top:5px;
}

