div.figure {
  float: right;
  width: 40%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 60;
  height: 60;
}

div.titulo {
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  font-family:verdana,arial;
  color: blue;
  background-color:orange;
  font-size:12pt;
}
a.tit:link {text-decoration: none;}
a.tit:visited {text-decoration: none;}
a.tit:hover {text-decoration: none;}
a.tit:active {text-decoration: none;}


td {
    font-family:verdana,arial;
    font-size:8pt;
}
.estilotabla{
    background-color:ffffff;
    border-style:solid;
    border-color:666666;
    border-width:1px;
}
.estilocelda{
    background-color:000000;
    color:FFFFFF;
    font-weight:bold;
    font-size:10pt;   
}