/* Estilos comunes a todo el website */

a
{
  font-family: helvetica,arial,sans-serif;
  color: rgb(0,0,192);
}

body
{
  font-family: helvetica,arial,sans-serif;
  text-align: left;
}

p
{
  font-family: helvetica,arial,sans-serif;
  text-align: left;
}

span
{
  font-family: helvetica,arial,sans-serif;
  text-align: left;
}

div
{
  font-family: helvetica,arial,sans-serif;
  text-align: left;
}

table
{
  font-family: helvetica,arial,sans-serif;
  width: 100%;
  text-align: left;
  border: 0;
}

td
{
  text-align: left;
  vertical-align: top;  
}

hr
{
  width: 100%;
}

img
{
  border: 0px solid;
}

/* Estilos para textos en negrita */

.bold
{
  font-weight: bold;
}

/* Estilo para el texto de logotipo (GoFIB) */

.textologo
{
  font-size: 50px;
}

/* Estilo para el texto del nick del KGS y del link al KGS */

.kgsnick
{
  font-size: 10px;
  color: rgb(0,0,192);
}

.kgslink
{
  font-size: 10px;
  color: rgb(192,0,0);
}

/* Estilo para los separadores (cabeceras y líneas horizontales) */

table.separador
{
  font-size: 20px;
  font-weight: bold;
  color: rgb(255,255,255);
  background-color: rgb(251,196,103);
}

hr.separador
{
  height: 2px;
  background-color: rgb(251,196,103);
}

/* Estilos relacionados con las secciones de la página principal */

a.homeSection
{
  line-height: 25px;
}

/* Estilos relacionados con las noticias de la página principal */

.newshead
{
  font-weight: bold;
  font-size: small;
}

.newsbody
{
  font-size: small;
}

.newsdate
{
  font-size: 9px;
  color: rgb(128,0,0);
}

.newslink
{
  font-size: small;
}

td.homeNews
{
  vertical-align: top;
}

table.homeNews
{
  background-color: rgb(240,240,240);
}

