H1
{
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
  Color: #339933;
  text-align: center;
}

H2
{
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  Color: #339933;
}

H3
{
  font-family: Arial;
  font-size: 13pt;
  font-weight: bold;
  Color: #000000;
}

H4
{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  Color: #000000;
}

BODY
{
  background-color: white;
  background-image: url(../figuras/logoback.gif);
}

A {
text-decoration: none;
}

h3.author {
  font: 12px/18px Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #000;
  background-color: #fefefe;
  margin: 0 15px 15px 15px;
  padding: 0;
  border: 0;
}

.copyright, .pubdate {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 90%;
  text-align: center;
  margin: 15px 15px 15px 15px;
  padding: 0;
  border: 0;
}

em {
  font-weight: 600;
  font-style: italic;
}

thead {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 80%;
  /*line-height: 200%;*/
  text-align: center;
  vertical-align: middle;
  color: #000000;
  background-color: #f8f1b5;
}

#customheader, #customfooter
{
/* list of fonts provides fallbacks if a font is not present */
font-family: Verdana, Arial, Helvetica, Sans-Serif;

/* font size, relative to body font size */
font-size: 80%;

/* line height, relative to body font size */
line-height: 200%;


text-align: center;
vertical-align: middle;
color: #fff;
background-color: #009;
}


.blockquote
{
margin-bottom: 30px;
}

