body
{
	
}
li
{
	font-size: 9pt;
	color: #303030;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
.texto_tabla
{
	font-size: 9pt;
	color: #303030;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
.titulo
{
	font-weight: bold;
	font-size: 11pt;
	color: whitesmoke;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
table.contenedor
{
	background-color: whitesmoke; 
	border: 2px solid #303030;
}
table.miTabla
{
	border: none; border: 0px solid #303030; background-color: white;
}
table.miTabla td
{
	border-right: 1px;
	border-bottom: 1px;
}
table.miTabla tr.encabezado td
{
	border-right: 1px;
	border-bottom: 1px;
	background-color: gainsboro;
}
.texto
{
	font-size: 10pt;
	color: white;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}
.nota
{
	font-size: 7pt;
	color: white;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}