body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B9C9E2;
	text-decoration: none;
}


.Estilo_Titulos {
	color: #000099;
	font-weight: bold;
}


.class1 A:link {
	text-decoration: none;
	color: #999999;
}
.class1 A:visited {
	text-decoration: none;
	color: #999999;
}
.class1 A:active {
	text-decoration: none;
	color: #999999;
}
.class2 A:hover {text-decoration: underline;}


.class2 A:link {
	text-decoration: none;
	color: #0066CC;
}
.class2 A:visited {
	text-decoration: none;
	color: #0066CC;
}
.class2 A:active {
	text-decoration: none;
	color: #0066CC;
}
.class2 A:hover {text-decoration: underline;}


.LinkBlanco A:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.LinkBlanco A:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.LinkBlanco A:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.LinkBlanco A:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.Calendario A:link {
	text-decoration: none;
	color: #000000;
}
.Calendario A:visited {
	text-decoration: none;
	color: #000000;
}
.Calendario A:active {
	text-decoration: none;
	color: #000000;
}
.Calendario A:hover {text-decoration: underline;}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a: {
	text-decoration: none;
}

.LetraEscritura {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; }
.LetraInferior {font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.LetraLinks {color: #666666; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }

.tituloNoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #666666;
}


.textoNoticia {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.fondoCuadroPrincipal {
	background-color: #FFFFFF;
}
.LetraTituloConFondoOscuro {
font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF;
}
.borderight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.bordeup{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.bordeupCuadro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.ColorBlancobordeRight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

.Colorborderight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7AA8DA;
}
.Colorbordeup{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #7AA8DA;
	border-right-color: #7AA8DA;
}
.ColorbordeupCuadro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7AA8DA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7AA8DA;
}

.fondoBanner {
	background-image: url(../images/img_super_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.fondoBannerBarra {
	background-image: url(../images/fondo_barra.gif);
	background-repeat: repeat-x;
}



/*VALIDACION AJAX*/
.buttondiv {
margin-top: 10px;
}
.messagebox{
	position:absolute;
	width:auto;
	margin-left:10px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:10px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:0px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

.cuadroTitulo{
	margin-left:10px;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}

.cuadroTitulo2{
	margin-left:10px;
	padding:3px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #7AA8DA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 4px;
	vertical-align: middle;
	text-transform: uppercase;
}

.Importantes{
	border:1px solid #CC0000;
	background:#F7CBCA;
	font-weight:bold;
	color:#CC0000;
}

.EspacioCelda{
	padding:3px;
	text-indent: 4px;
	vertical-align: middle;
}

ul li ul {
   /* Resto de estilos... */
   display: none;
}








/*MENU DESPLEGABLE*/
* { padding:0px; margin:0px; }
body { font-family:Arial; font-size:12px; }
#menu {  height:22px; width:118px; margin:auto; }
#nav { list-style:none; }
/*alineacion del submenu padding*/
#nav li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#nav li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/* Submenu */
#nav ul.submenu { border:0px solid #ffffff; padding:5px; position:absolute; list-style:none; background-color:#114B93;}

#nav ul.submenu li { float:none; background-image:none; border-bottom:1px solid #ffffff; width:149px;} /*tamaņo del sub menu*/
.TitulosGrandes23 {
	color: #000099;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
}
.MAYUSCULAS {
	text-transform: uppercase;
}
.textoCeleste {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
.Fondotrabajando {

	background-image: url(../images/trabajando.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.fondoIMG_133px {
	background-image: url(../www/rrhh/1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

