.LetraVioleta {
	color: #CC00FF
}

.LetrasGrisClaro {
	color: #CCC;
}
.BordeVioleta {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #90C;
	border-right-color: #90C;
	border-bottom-color: #90C;
	border-left-color: #90C;
}
.BordeNegro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #999999;
}
.BordeGrisClaro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	background-color: #999999;
	float: none;
}
.FondoGrisOscuro {
	background-color: #333333;
	color: #CCCCCC;
}
.LetraGrisOscura {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

