body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

INPUT {
	FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif
}
OPTION {
	FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif
}
SELECT {
	FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif
}
TEXTAREA {
	FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif
}

table {font: 11px Tahoma, Arial, Helvetica, sans-serif;}
a {
	font: 11px Tahoma,sans-serif;
	/*color: #000099;*/
	color: #003366;
	text-decoration: none;
}
a:hover {
	/*color: #990000;*/
	color: #F99500;
}
.TABLA_MENU {
	width: 100%;
	font-size: 12px;
}
.TABLA_ENCABEZADO {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.TD_MENU_ON {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px 3px;
	white-space: nowrap;
	cursor: hand;
	border: 1px solid #000099;
	background: #E9E2BE;
}
.TD_DIVISION {
	cursor: auto;
	border-top: 1px solid #4791c5;
	height: 1px;
}
.TD_MENU_ON_P {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	cursor: hand;
	border-color: #cccccc;
	white-space: nowrap;
	background: #E9E2BE;
}
.TD_MENU_OFF {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	white-space: nowrap;
	cursor: hand;
}
.TD_MENU_OFF_ACTIVO {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	white-space: nowrap;
	cursor: hand;
	background: #E9E2BE;
}
.MENU_OPP_TD_ACTIVA {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 4px;
	white-space: nowrap;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid;
	margin: 0px;
	background: #E9E2BE;
}
.MENU_OPP_A { font-weight: bold; color: #000000 }
.MENU_A { color: #000000 }
.MENU_OPP_TD {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px 6px;
	white-space: nowrap;
	cursor: hand;
}
.U {
	position: absolute;
	z-index: 100;
	padding: 1px;
	overflow: visible;
	border: 1px solid #4791c5;
	top: 40px;
	left: 14px;
	white-space: nowrap;
	cursor: hand;
	visibility: hidden;
	background: #FFFFCC;
}
.TITULO_PAGINA {
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #CC6600;
}
.NAVEGACION A {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.FLECHA {
	font: bold 12px "MS Sans serif";
	color: #000000;
}
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image:none;
	background-repeat: repeat;
	display:none;
}

.titulo_capa {
	COLOR: #ffffff;
}
/***************************/
/* PARA LOS ENLACES CNO LOOK DE BOTON */
a.aboton, a.aboton2, a.aboton3, a.aboton:visited, a.aboton2:visited, a.aboton3:visited {
color:#26a;
display:block;
float:left;
border:1px solid;
border-color:#aaa #000 #000 #aaa;
text-decoration:none;
width:100px;
text-align:center;
height:2em;
line-height:2em;
background:#e0e0e0;
}
a.aboton3, a.aboton3:visited {
background:#fff;
color:#000;
}
a.aboton2, a.aboton2:visited {
height:45px;
}
a.aboton:hover, a.aboton2:hover, a.aboton3:hover {
color:#000;
background:#f0f0f0;
position:relative;
top:1px;
left:1px;
border-color:#000 #aaa #aaa #000;
}
a.aboton3:hover {
top:0px;
left:0px;
background:#f0f0f0;
}
a.aboton img {
padding-top:2px;
}
/***************************************/
