/*************** 
Comentarios
****************/


body
{
  font: normal 15px Times New Roman;
  font-weight: bold;
  color: #008000;
  background: #edffe8 url("images/cephalotus_fondo.jpg") left top repeat; 
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-align: justify;  
}


img
{
  border: none;
}

div
{
  padding: 4px;	
}

div#cabecera
{
  padding: 16px;
  margin: 4px;
  font-size: 230%;
  font-weight: 900;
  text-decoration: underline;
  text-align: center;
}

div#menu
{
  float: left;
  width: 100px;
  font: normal 18px Times New Roman;
  font-weight: bold;
  color: #008000;
  text-align: center;
}

div#noticias
{
  float: right;
  width: 150px;
  font: normal 13px Times New Roman;
  font-weight: bold;
  text-align: left;
  color: #008000;
  padding: 5px;
  margin: 8px;
  margin-right: 4px;
  border-right: #008000 1px solid;
  border-top: #008000 1px solid;
  border-left: #008000 1px solid;
  border-bottom: #008000 1px solid;
}

div#area
{
  float: none;
  padding-left: 116px;
  margin-right: 16px;
}

div#pie
{
  float: none;
  padding: 16px;
  font-weight: normal;
}

div#ficha_imagen
{
  float: left;
  padding-left: 16px;
  width: 232px;
}

div#ficha_texto
{
  float: none;
  padding-left: 232px;
  margin-right: 16px;
}

div.boton
{
  color: #000000;
  padding: 0;
  margin: 0px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

p.titulo
{
  font-size: 180%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

p.subtitulo
{
  font-size: 150%;
  font-weight: bold;
}

p.apartado
{
  font-size: 120%;
  font-weight: bold;
  padding-top: 16px;
}

p.nota
{
  text-transform: uppercase;
}

hr
{
  width: 90%;
  text-align: center;  
}

table
{
  border: 0;
  font: normal 15px Times New Roman;
  font-weight: bold;
  color: #008000;
}

td
{
  padding-bottom: 20px;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.center
{
  float: center;
}

a.blank
{
  target: blank;
}