body {left: 0px; top: 0px; margin:0px;}
body h1 {font-size: 11px; font-family: Verdana;}

/* ESTRUCTURA GENÉRICA DE PÁGINA WEB, compatible con IE6, IE7 y Mozilla Firefox */
/* El ancho de resolución siempre depende del tamaño de la barra de desplazamiento: 
18 píxeles en Internet Explorer y Netscape 4x y 14 píxeles en Netscape 6x */
#container {height:870px; width: 1000px; margin: 0px auto;}
#header {height:175px; text-align: center;}
#header-logo {width: 100%; height: 100%; margin: 0px auto; text-align:center;}
/*#header a span {visibility: hidden;}*/
#sidebar {float: left; height:80%; width: 15%; margin-top: 10px;}
#main {height:auto; margin-left: 15%; margin-right: 1%; font-family: Verdana, Arial, Helvetica; font-size: 10px;}
#footer {height:30px; text-align: center; clear: both;}


/* CONTENIDO GENÉRICO */

/* TABLAS */
div.tabla {clear: none; overflow: auto;}
div.fila {clear: both;}
div.col_titulo {float: left; padding: 5px; background: #F0E0A0; border-color: #F0E0A0;	border-style: solid; border-right-width: 0px; border-left-width: 0px; border-top-width: 0px; border-bottom-width: 1px;}
div.col {float: left; padding: 5px; border-color: #F0E0A0; border-style: solid; border-right-width: 0px; border-left-width: 0px; border-top-width: 0px; border-bottom-width: 1px;}

/* ESTILO DEL LISTADO DE NOTICIAS */
#noticiaH { margin-bottom: 5px; position:relative; width: auto; height: auto; padding:10px; }
#detNoticia_tit { color:#003366; float:left; font-family:Verdana,Arial,Helvetica,Century Gothic; font-size:9px; font-weight:bold; margin-top:7px; text-decoration:none; width:730px;}
#detNoticia_sub { text-align: left; color:#5583B1; float:left; font-family:Verdana,Arial,Helvetica,Century Gothic; font-size:11px;
font-weight:bold; margin-top:-14px; width:800px; top: 2px; }
#imagenp{ float: left; height: 60px; width: 60px; margin-top: 16px; }
#noticiaDescListado{ width:700px; }
#detNoticia_fecha {  color:#666666; float:left; font-size:10px; font-weight:bold; margin-bottom:5px; margin-top:7px; width:350px;}
#listadoNoticias{  }



