body {
	font: 75% Helvetica, Verdana, sans-serif;
	padding: 0px;
	margin:10px 10px 0px 10px;
    background: white;
    font-size: 10pt;
}

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	/*color:blue;*/
}

#content {
	position: absolute;
	left: 0px;
	width:90%;
	border: 0;
	float: left;
	color: black; 
	background: transparent;
}

#content h2 {
	margin-top: 0px;
	background: url(../images/line.png) no-repeat left bottom;
}

#content li a{
	/*text-decoration: none;*/
	/*color: red;*/
	font-weight: bold;
}

.tabla_titulo {
	font: 70% Helvetica, Verdana, sans-serif;
    /*background: white;*/
    font-size: 10pt;
	font-weight: bold;
}
.celda {
	font: 70% Helvetica, Verdana, sans-serif;
    background: white;
    font-size: 10pt;
}