/* Particularidades para seccion noticias

  marron fondo: #f8edd6;
  marron oscuro: #d69757;
*/

/* Área con el contenido en la sección */
table.general {
  height: 97%;
}

/* Menú a la izquierda */
table.general td.menu {
  background-image: url(/img/fondo.menunoticias.gif);
  background-repeat: repeat-y;
  background-position: left;
  vertical-align: top;
  padding-top: 10px;
}

td.menu div {
/*   background-image: url(/img/fondo.noticiaactiva.gif);
  background-repeat: repeat-y;
  background-position: top left;
 */
  background-color: #f8edd6;
  border-top: 1px solid #f8edd6;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}

/* Enlace de la noticia */
td.menu div a {
  color: #663300;
  text-transform: uppercase;
  margin-left: 10px;
}

td.menu div a:hover {
  color: #b71c1c;
}

/* Subtitulos */
td.menu div p {
  margin: 0px;
}

td.menu div p a {
  font-size: 6pt;
  padding-left: 10px;
  text-transform: none;
  font-style: italic;
}

td.frame {
}

/* Área inferior de opciones de segundo orden */
td.inferior {
  text-align: center;
  border-top: 1px solid #663300;
  height: 15px;
}

td.inferior a  {
  margin-left: 15px;
}

/* Específico sección de enlaces */
table.enlaces a {
  font-size: 10pt;
  text-decoration: underline;
}

table.enlaces td {
  padding: 5px 5px 10px 10px;
}

table.enlaces p {
  font-style: italic;
}
