/* Fondo de la página */
body {
  background-color:#305424;
  text-align:center; /* para centrar el div principal en IE 6 y anteriores */
}
/* Estilos para el título de la sección en la parte superior y sobre las noticias */
h1 {
  color:#697414;
  font: normal normal normal 250%/normal "Tenacity Condensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin:20px 20px 20px 0;
  text-align:right;
}
h1 span {
  color:#952138;
  font: normal normal normal 35%/normal "Tenacity Condensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align:right;
}
h2 {
  color:#697414;
  font: normal normal normal 110%/normal arial;
  margin:0 0 10px 0;
}

.date
{
font-size : 12px;
text-decoration : none;
font-style:normal;
font-weight:normal;
font-family: Trebuchet MS, Verdana;
color: #305424; 
line-height:1.2em;
}

.nav0
{
font-size : 12px;
text-decoration : none;
font-style:normal;
font-weight:normal;
font-family: arial;
color: #000000;
line-height:1.2em;
}
.a:hover.nav0
{
font-size : 12px;
text-decoration : none;
font-style:normal;
font-weight:normal;
font-family: arial;
color: #305424;
line-height:1.2em;
}

/* Estilos para el menú y el selector de idioma */
#top td {
  color:#697414;
}
#top a.menu {
  color:#697414;
  font: normal normal bold 90%/normal arial;
  text-decoration:none;
}
#top a.menu:hover {
  color:#737373;
  text-decoration:underline;
}

a.menu {
  color:#697414;
  font: normal normal bold 90%/normal arial;
  text-decoration:none;
}
a.menu:hover {
  color:#737373;
  font: normal normal bold 90%/normal arial;
  text-decoration:underline;
}

a.submenu  {
    text-decoration: none;
    font-weight: bold;
    font-size: 11pt;
    font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
    color: #737373;
    }
    
a.submenu:hover  {
    text-decoration: underline;
    font-weight: bold;
    font-size: 11pt;
    font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
    color: #697414;
    }

a.menuright  {
    text-decoration: none;
	text-decoration:underline;
    font-size: 13px;
    font-family: arial, helvetica, news gothic mt, sans-serif;
    color: #666666;
    }
    
a.menuright:hover  {
    text-decoration: none;
	text-decoration:underline;
    font-size: 13px;
    font-family: arial, helvetica, news gothic mt, sans-serif;
    color: #697414;
    }	

a.newshome  {
    text-decoration: none;
    font-weight: normal;
    font-size: 10pt;
    font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
    color: #333333;
    }
    
a.newshome:hover  {
    text-decoration: underline;
    font-weight: normal;
    font-size: 10pt;
    font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
    color: #697414;
    }

#top select {
font-weight: bold;
  background-color:#FFFFFF;
  color:#0A3321;
  border:#FFFFFF 1px solid;
  font: normal normal normal 10px/normal arial;
  margin:0 0 0;
}}

/* Estilo para los bullets de las noticias */
ul.noticias li {
  color:#697414;
  font: normal normal bold 90%/normal arial;
  list-style: square inside;
}


