@charset "utf-8";
/* CSS Document */

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	color: #020098;
	text-decoration: none;
}

A:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #020098;
	text-decoration: none;
}
A:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #020098;
	text-decoration: none;
}

A:ACTIVE{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #020098;
	text-decoration: none;
}
A:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #020098;
	text-decoration: none;
}

.CABECERA {
	background-color: #020098;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	height: 20px;
	}

.CELDAS {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	height: 20px;
}

.TEXTO_TITULOS {
	color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}

.TEXTO_FORMULARIOS {
	color:#336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
}

body {
	margin-top: 0px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
}
.BORDEBAJO {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #75A8D7;
}
.BORDEIZQUIERDA {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #75A8D7;
}

.BORDEIZQUIERDAYBAJO {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #75A8D7;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #75A8D7;
}
.CELDAMENU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1C569F;
	border: thin solid #FFFFFF;
}

.CELDAMENUACTIVA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #75A8D7;
	border: thin solid #FFFFFF;
}

.DATOSPOSTALES {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #75A8D7;
	border: thin solid #FFFFFF;
}

.COLORES {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #7D7D7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	height: 20px;
}
.ENLACE_CORPORATIVO {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:normal;
	font-weight: normal;
	color: #3399CC;
	text-decoration: none;
	padding: 4px;
	cursor: hand;
}

INPUT.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #FFF;
	border: thin solid #75A8D7;



	padding=1px;
	background-color: #75A8D7;
}
