
body
{  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: left;
line-height: 1.5em;
font-weight: normal;
background-color: #F8F8F8;
color: #333333;
padding: 5px 10px 0px 10px;
}

h1
{
font-size: 14pt;
font-weight: bold;
color:#ffa500;
background-color:#f0f0f0;
padding-left: 5px;
border-top: 1px solid #cfcfcf;
}
h2
{
font-size: 12pt;
font-weight: bold;
color: #B30000;
margin-bottom: -10pt;
}
h3
{
font-size: 11pt;
font-weight: bold;
color: #b03f45;
background-color:#f0f0f0;
padding-left: 15px;
border-top: 1px solid #909090;
}
h4
{
font-size: 10pt;
font-weight: bold;
color:#008f00;
background-color:#eaeaea;
margin-bottom: -10pt;
padding-left: 10px;
}

.texto
{
background-color: #FEFEFE;
border: 1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
text-align: justify;
margin: 10px 15% 5px 15%;
padding: 5px 10px 5px 10px;
}



.indice
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	background-color:#f0f0f0;
	border: 1px solid #CC6600;
	margin: 5px 10% 5px 10%;
	padding: 10px 2px 10px 20px;
	width: 85%;
	list-style-type: none;
}

ul
{
font-size: 10pt;
line-height: 150%;
margin-right: 20px; 
list-style-type: none;
}
ol
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 150%;
margin-right: 20px; 
}
dt
{
font-size: 10pt;
font-weight: bold;
}
table
{
border: 0;
width: 65%;
margin-left: 20px;
}
th
{
font-size: 11pt;
font-weight: normal;
background-color: #cfcfcf;
}
tr
{
font-size: 10pt;
font-weight: normal;
background-color: #eaeaea;
vertical-align: top;
}
td
{
padding: 2px 3px 2px 3px;
}

.nota 
{ 
	margin: auto 100;
	color:#008F00
}
.aplicacion
{   
	margin: 5px 10% 5px 10%;
	padding: 2px 20px 0px 20px;
	font-size: 10pt;
	font-family: Courier;
	color: #0000B3;
	background-color: #f0f0f0;
}

a:link 
{ 
	color: #900b09;
	text-decoration: none;
	font-weight: normal;
}
a:visited 
{ 
	color: #900b09;
	text-decoration: none;
	font-weight: normal;
}
a:active 
{ 
	color: #ff0000;
	text-decoration: none;
}
a:hover 
{
	color: #ff0000;
	text-decoration: underline ;
}

hr
{
	color:#cfcfcf;
}
	
.aviso 
{ 
	margin: auto 50;
	color:#8F0000
}


