﻿.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: 10pt;
	COLOR: #000080;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #D4E9FA;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none; font-style:italic
}
.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;
	font-style: italic;
}
.subtitulo {
	font-family: Verdana;
	font-size: 8pt;
	color: #000080;
	font-weight: bold;
}
.textos {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Verdana; text-align:justify; margin-top:0; margin-bottom:3
}
.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;
}
.xtop, .xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display: block;
	overflow: hidden;
}
.xb1, .xb2, .xb3 {
	height: 1px;
}
.xb2, .xb3, .xb4 {
	background: #FFFFFF;
	border-left: 1px solid #0088CC;
	border-right: 1px solid #0088CC;
}
.xb1 {
	margin: 0 5px;
	background: #08c;
}
.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.xb3 {
	margin: 0 2px;
}
.xb4 {
	height: 2px;
	margin: 0 1px;
}
.xboxcontent {
	background: #FFFFFF;
	border-left: 1px solid #0088CC;
	border-right: 1px solid #0088CC;
	border-top: 0 solid #0088CC;
	border-bottom: 0 solid #0088CC;
	display: block;
}

.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';"));
}
