a {
	color: #333333;
	text-decoration: none;
}
a:hover {color:#CCCCCC}
.tipoLetraGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.negrita {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;


}
.resaltadoNegrita {
	font-weight: bold;
	color: #FF6600;
}
.tipoLetraPeque {
	font-size: 10px;
}
.resaltadoNegritaPeque {
	font-size: 9px;
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.resaltadoNegritaLila {
	font-weight: bold;
	color: #9933FF;
}
.resaltadoNegritaLilaPeque {
	font-weight: bold;
	color: #9933FF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
ul {
	list-style: none;
	margin-left: 0;
	text-indent: -0.5em;
	padding-left: 2em;
	line-height: 1.5em;
}
.fondoCeldaGris {
	background-color: #E1E1E1;
}
.tabla {
	border: 1px solid #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.textoLila {
	color: #9933FF;
}
