body {
  margin: 0px;
  font-family: Bookman Old Style;
  background-color: #dadada;
  color: black;
	scrollbar-face-color: white;
 	scrollbar-shadow-color: white;
 	scrollbar-highlight-color: white;
 	scrollbar-3dlight-color: white;
 	scrollbar-darkshadow-color: #C7001F;
 	scrollbar-track-color: #D9D9D2;
 	scrollbar-arrow-color: #C7001F;
  }
body, td {
  font-size: 8pt;
  }
a {
  color: #C7001F;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
h1 {
  font-size: 14pt;
  margin: 0px;
}
h2 {
  font-size: 9pt;
  margin: 0px;
}
p {
	margin: 0px;
	padding-top: 5px;
 font-family: Tahoma,Arial;
}
img {
  border: 0px;
}
pre {
	background-color: #eeeeee;
}

/* Esta es la tabla principal blanca */
table.main {}
table.main td.contenido {
	width: 717px;
	background-color: white;
  border-width: 0px 1px 1px 0px;
  border-color: black;
  border-style: solid;
	}
table.main td.sombra {
	width: 20px;
	background-image: url('../img/sombra-pagina.gif');
  background-repeat: repeat-y;
	}
/* FIN table.main */

/* Tabla empleada para poner items actualizados de foros, noticias, etc... */
table.titulares {
	border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: #cdcdcd;
  background-color: white;
	}
table.titulares td {
	padding: 1px;
	}
table.titulares td.titulo-vertical {
	width: 33px;
  padding: 0px;
  text-align: right;
  vertical-align: top;
	background-color: #ededed;
	border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #cdcdcd;
	}
/* FIN table.titulares */

/* Fragmento de noticia que se utiliza como titular */
div.fragmento-noticia {
	padding: 3px 5px 3px 10px;
}
div.fragmento-noticia h1 {
	font-family: Times New Roman;
  font-weight: normal;
  font-style: italic;
  font-size: 13pt;
  color: #808000;
}
/* FIN fragmento-noticia */

/* Formato de la noticia completa */
div.fecha-noticia {
	color: #808080;
  text-align: right;
  font-size: 7pt;
} 
div.noticia {
	margin: 5px;
	padding: 10px;
  background-color: #ffff99;
}
div.noticia h1 {
	color: #808000;
  text-decoration: underline;
}
div.noticia img {
  float: left;
  border: 1px solid black;
  margin: 10px;
}
div.noticia p {
  font-size: 10pt;
  color: #808000;
  font-family: Tahoma,Arial;
  font-weight: bold;
  padding: 5px;
  letter-spacing: 2px;
  margin-bottom: -10px;
}
div.noticia p span {
  font-size: 10pt;
  color: #000000;
  font-family: Tahoma,Arial;
  font-weight: bold;
  padding: 5px;
  letter-spacing: 2px;
  margin-bottom: -10px;
}
/* FIN noticia */

/* Información legal */
div.legal {
	text-align: center;
  background-color: #eeeeee;
  border-width: 1px 0px 1px 0px;
  border-color: #aaaaaa;
  border-style: solid;
  margin: 20px 0px 20px 0px;
  padding: 5px;
  letter-spacing: 1px;
}
div.legal a {
	font-weight: normal;
  color: #666666;
}

/****** News portada ******/
.newsportada {
  margin-left: 1px;
  z-index:1;
}
.newsportada p {
  font-size: 9pt;
  font-family: Tahoma,Arial;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px black solid;
  margin-bottom: -10px;
}
li.titular {
  list-style-image: url(../img/noticia.gif);
  color: #C7001F;
}
li.flechita {
  list-style-image: url(../img/flechita.gif);
  color: #C7001F;
}
li.titular a,li.flechita a  {
  font-style: normal;
  font-size: 9pt;
  color: #DE7E3B;
}
.newsportada li.titular a {
  font-size: 8pt;
}
li.titular a span,li.flechita a span {
  font-weight: normal;
  color: black;
  font-size: 7pt;
}

/*******TABLA AGRUP *********/
table.agrup{
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: #cdcdcd;
  background-color: white;

    }

table.agrup td{
    font-size: 9pt;
  font-family: Tahoma,Arial;
  font-style: normal;
  font-weight: bold;
  padding: 9px;
  letter-spacing: 1px;
  margin-bottom: -10px;
      }
img_border {
  float: left;
  border: 1px solid black;
  margin: 10px;
}
