TABLE.productos {
	color: White;
	font-family: Arial;
	font-size: 10px;
}
table {
	color: White;
	font-family: Arial;
	font-size: 11px;
}

.tiltular {
	color: White;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	}

a {
	color: White;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
}
