/********------->        HOJA DE ESTILO        <-------********/

/********        Elementos de HTML        ********/
BODY {
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	background-color: #2870B4;
	margin-top: 10px;
	magin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	}

ADDRESS {
	font-family: Arial, seriff;
	font-size: 8pt;
	padding: 40px;
	text-align: center;
	}
	
P {
	padding-top: 20pt;
	}


/********      Subtipos de HyperLink      ********/
A:LINK {
	color: #000000;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
A:HOVER {
	color: #0000C0;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	}
A:VISITED {
	color: #000000;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
A:ACTIVE {
	color: #B2B5C0;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	}

/*** SubTipos de HyperLink para menus internos ***/
ADDRESS A:LINK {
	color: #0129BF;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
ADDRESS A:HOVER {
	color: #0000FF;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}
ADDRESS A:VISITED {
	color: #6477BC;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
ADDRESS A:ACTIVE {
	color: #4F73F9;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}
   

/****** Estilos para Elementos de Formulario *****/
SELECT {
	background-color : transparent;
	color: #B2B5C0;
	font-family: Arial, seriff;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	}

INPUT {
	background-color: transparent;
	color: #0000FF;
	font-family: "Times New Roman", seriff;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	}

TEXTAREA {
	background-color: transparent;
	color: #0000FF;
	font-family: "Times New Roman", seriff;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	}


/*******  Clases Especiales para Divisores  ******/
.remark {
	border-color: #FF0000;
	border-width: 5px;
	border-style: solid;
	font-size: 10pt;
	margin-top: 30pt;
	margin-bottom: -20pt;
	padding: 5pt;
	text-align: center;
	width: 150pt;
	}

.title {
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 5px;
	border-color: #0099FF;
	border-style: solid;
	color: #00AAAA;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 16pt;
	font-weight: bold;
	margin: 10pt;
	padding: 7pt;
	text-align: center;
	}

.banner {
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 5px;
	border-color: #0099FF;
	border-style: double;
	color: #FFFFFF;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 14pt;
	font-weight: bold;
	margin: 5pt;
	margin-top: 10pt;
	padding: 7pt;
	text-align: center;
	}	

.noLink {
	color: #000000;
	font-family: "BankGothic Lt BT", "Times New Roman", seriff;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	}


/******  Clases Especiales para Formulario  ******/
.button {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	}