.agrega_productos {
	font-family: "Lucida Sans";
	font-size: 11px;
}
.Marca_modelo {
	font-family: "Lucida Sans";
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	padding-top: 6px;
	padding-left: 3px;
}
.codigo {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #999999;
	padding: 3px;
}
.precio1 {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #999999;
	padding: 3px;
}
.precio2 {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #CC0000;
	padding: 3px;
	margin-left: 0px;
}
.texto {
	font-family: "Lucida Sans";
	font-size: 11px;
	text-transform: capitalize;
	color: #999999;
	padding-top: 3px;
	padding-left: 3px;
}
.ampliar_img {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #999999;
	background-image: url(IMAGES/ampliar.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100px;
	padding-left: 10px;
	padding-right:20px;
	padding-bottom: 3px;
}
.imprimir {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #666666;
	background-image: url(IMAGES/imprimir.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100px;
	padding-left: 10px;
	padding-right:20px;
}
.descrip_prod {
	font-family: "Lucida Sans";
	font-size: 12px;
	text-transform: capitalize;
	color: #666666;
	background-image: url(IMAGES/fecha_roja.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.cerrar {
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #FF0000;
	background-image: url(IMAGES/cerrar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 20px;
}
.btn_agregar {
	background-image: url(IMAGES/BTN_AGREGAR.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3px;
}
.ir_carro {
	background-image: url(IMAGES/IR_CARRO.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3px;
}

