.tabla {
	font-family:Verdana;
	font-size:8pt
}
.borde_inferior { border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; 
               border-bottom: 1px solid #808080 }
.parrafos    { font-family: Verdana; font-size: 8pt; text-align: justify; margin-top: 0; margin-bottom: 5px }
.titmenu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #000080;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #D4E9FA;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none
}
.Tabul { border-bottom:1px solid #808080; font-family: Verdana; font-size: 9pt; background-color:#EEEEEE; margin-bottom:1; text-align:center; margin-top:1; height:20; font-weight:bold; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-left-style:solid; border-right-style:solid; border-top-style:solid; padding-left:2px; padding-right:2px   }

.titulo {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000099;
	FONT-FAMILY: Verdana;
}
.subtitulo {
	font-family: Verdana;
	font-size: 8pt;
	color: #000080;
	font-weight: bold
}
.textos {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Verdana
}
.textmenu {
	font-family: Verdana;
	font-size: 9pt;
	color: #476BA0;
	font-weight: bold;  
}
.Boton {
 	border-width:0px;
 	font-family: Tahoma;
 	font-size: 8pt;
 	font-weight: bold;
 	margin-top:0; margin-bottom:0;
 	height:25px;
 	width:96px;
 	background-image:url('Images/boton.gif')
}
.BotonP{ 
 	border-width:0px;
	font-family: Tahoma;
	font-size: 8pt;
  margin-top:0; margin-bottom:0;
	height: 22px;
	width:40px;
	background-image:url('Images/botonpeq.gif')
}
.CampoTexto  { border:1px outset #476BA0; font-size: 9pt; font-family: Verdana;    }
.CampoTextoP  { padding:1px; border:1px outset #A6B0DB; font-size: 8pt; font-family: Verdana; background-color: #FFFFFF   }
.CampoCalculo { border:1px outset #476BA0; font-size: 10pt; font-family: Tahoma; text-align:right;  }
.CampoCalculoP { border:1px outset #A6B0DB; padding:1px; font-size: 8pt; font-family: Tahoma; text-align:right }
.NoMargenes  { margin-top: 0; margin-bottom: 0 }
.Resaltado  { border:1px outset #A6B0DB; font-size: 10pt; font-family: Tahoma; background-color: #EAEAEA; ; font-weight:bold; color:#800000 }
.Campo  { border:1px outset #476BA0; font-size: 9pt; font-family: Verdana; background-color: #FFFFFF;    }
a            { text-decoration: none; color:#476BA0 }
a:hover      { color: #008000; text-decoration: underline }

.cursor_hand {
	cursor:hand; cursor:pointer;
	hover:expression(this.onmouseover=new Function("this.style.border='1px solid #FF0000';"), this.onmouseout=new Function("this.style.border='1px solid #FFFFFF';"));
}