
.capa
{
  margin-top: 10px; 
	text-align: left;
}

a
{
	Color: #003366;
	text-decoration: none;
	Font-size: 9pt;
	Font-family: Arial;
} 

a:hover
{
	text-decoration: underline;
}

ul {
	list-style-type:square;
}

.subtitulo 
{
	font-family: Arial;
	font-size: 12pt; 
	font-weight: bold; 
	color: #0e5d9c;
}

.subsubtitulo
{
	font-family: Arial;
	font-weight: bold;
	text-decoration:underline;
	text-align: justify;
	font-size: 10pt;
	line-height:130%;

}

.resaltado
{
	font-weight: bold;
}

.subir
{
	float: right;
	Font-size:8pt;
	background-color: white;
	border: 1px solid gray;
	Height: 20px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

p {
	font-family: Arial;
	text-align: justify;
	font-size: 10pt;
/*	text-indent:10px; */
/*	line-height:130%; */
	padding-left: 20px;
	padding-right: 20px;}


body {
	font-family: Arial;
	font-size: 10pt;
}

td {
	vertical-align: top;
}