HTML {
 margin:0px;
 padding:0px;
 left:0px;
 top:0px;
 background-color: #0d173e;
 overflow:auto;
}
BODY {
 left: 0px;
 margin: 5px 0px 5px 0px;
 color:#FFF;
 font-size:14px;
 font-family:Verdana, Geneva, sans-serif;
}
A:link, A:visited, A:active {
 color: #000;
 text-decoration:none;
}
A:hover {
 color:#006;
 text-decoration:underline;
}
A IMG { border: none; }
INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], INPUT[type="submit"] {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #060;
 font-size: 13px;
 font-weight:bold;
}
#superior {
 background: url(../imagenes/beta/header.png) top center no-repeat; 
 color:#333; 
 height:180px;
 display:table; 
 width:996px;	
}
#centro {
 background: url(../imagenes/beta/centro.png) #0d173e top center repeat-y; 
 display:table; 
 width:996px; 
 text-align:center; 
 color:#000;
 height: 600px;
}
#centrocontenido {
 display:table;
 width: 996px;
 padding: 0px;
 margin:0px;
}
#inferior {
 background: url(../imagenes/beta/xinferior.png) #0d173e bottom center no-repeat; 
 height: 23px;
 text-align:right;
 padding-right:10px;
 padding-top:9px;
 width:996px;
 margin:0px;
 display:table;
}
.copyright, .copyright A:link, .copyright A:visited, .copyright A:active {
 font-size:10px;
 font-family:Tahoma, Geneva, sans-serif;
 color: #666;
 text-decoration:none;
}
.copyright A:hover { 
 text-decoration: underline;
}

#titulo_seccion {
 display:block;
 margin: 4px 0px 0px 0px;
 color:#009900;
 font-family:Verdana, Geneva, sans-serif;
 font-size:20px;
 font-weight:bold;
 text-align:left;
 width: 100%;
}
.resaltado { color:#009900; font-weight:bold; }
#enlaces A:link.item, #enlaces A:visited.item, #enlaces A:active.item {
 display:inline-table;
 padding:8px 5px 8px 5px;
 background-color:#01682d;
 text-align:center;
 text-decoration:none;
 color:#FFF;
 font-family:Tahoma, Geneva, sans-serif;
 font-size:19px;
 filter: alpha(opacity=70); 
 moz-opacity: 0.7; 
 opacity: 0.7;
}
#enlaces A:hover.item { 
 background-color:#1e588e;
 filter: alpha(opacity=90); 
 moz-opacity: 0.9; 
 opacity: 0.9;
}
.colortext {
 color:#009933;
}

/* NOTICIAS */
.titulonoti {
 width:100%;
 padding: 3px 2px 3px 2px;
 text-align:left;
}
.titulonoti, .titulonoti A, .titulonoti A:link, .titulonoti A:visited, .titulonoti A:active {
 font-size:20px;
 font-weight:bold;
 color: #090;
 text-decoration:none;
}
.titulonoti A:hover {
 text-decoration: underline;	
}
.contentnoti {
 font-size:12px;
 padding: 3px 0px 0px 0px;
 text-align:justify;
 margin-bottom: 6px;
}

.footernoti {
 font-size:10px;
 text-align:right;
 font-style:italic;
 margin-bottom:8px;
}

.footernoti A, .footernoti A:link, .footernoti A:visited, .footernoti A:active {
 color:#000;
 text-decoration:none;
}
.footernoti A:hover {
 text-decoration:underline;	
}
#paginacion, #paginacion A, #paginacion A:link, #paginacion A:visited, #paginacion A:active {
  color: #000;
  font-weight:bold;
  font-size:10px;
  text-align:center;
  text-decoration:none;
}
#paginacion A:hover {
  text-decoration:underline;	
}
#paginacion .actual {
 font-size: 12px;
 color:#090;
}
/* CARPETAS */
A.dir:link, A.dir:visited, A.dir:active {
	 display:inline-table;
	 width: 96px;
	 height: 30px;
	 background: url(../imagenes/fotos/carpeta.jpg) #FFF top center no-repeat;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:14px;
	 color:#000;
	 font-weight:bold;
	 text-align:center;
	 padding-top:80px;
	 margin-right: 30px;
	 overflow:auto;
	 text-decoration:none;
 }
  A.dir:hover { 
    background: url(../imagenes/fotos/carpetahov.jpg) #FFF top center no-repeat;
    text-decoration: underline;
}
