.ColorDiv {
	color: #FFFFFF;
	background-color: #993300;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	width: 500px;
	font-size: 14px;
}
.nombres {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC6600;
}
.ColorDivMenu {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
.ColorDivMenu a {
	text-decoration: none;
	color: #000000;
}
.ColorDivMenu a:HOVER {
	text-decoration: underline;
}
