body  
{
font-family: Arial,Helvetica,sans-serif;
font-weight: normal;
font-size: 12px;
opacity: 0.9;
text-align: justify;
background-image: url(file:///C:/Documents%20and%20Settings/Shino/Mis%20documentos/Ejercicio%20final%20curso%20html/images/imagenesfondo.gif);

}
tbody  
{
  font-family: Arial,Helvetica,sans-serif;
      font-weight: normal;
      font-size: 10px;
      background-color: rgb(225, 225, 180);

}
th  
{
  border: 1px solid rgb(0, 0, 0);
      background-color: rgb(204, 204, 255);
      color: rgb(0, 0, 102);
      font-weight: bold;
      text-align: center;
      font-style: normal;
      font-size: 15px;
      font-family: Arial,Helvetica,sans-serif;

}
td  
{
  text-align: justify;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 11px;

}
h1  
{
  text-align: center;
      width: 20em;
      background-color: transparent;
      color: rgb(0, 102, 0);

}
h4  
{
color: rgb(0,102,0);
background-color: rgb(216,216,216);
font-weight: bold;
font-size: 16px;

}
a:link  
{
  color: rgb(51, 0, 153);

}
a:visited  
{
  color: rgb(0, 138, 0);

}
a:hover  
{
  color: rgb(204, 51, 204);

}
a:active  
{
  color: rgb(255, 0, 0);

}
.rojo  
{
  color: rgb(204, 0, 0);

}
.verde  
{
  color: rgb(0, 102, 0);

}
#nota  
{
  color: rgb(102, 0, 0);
      font-family: Arial,Helvetica,sans-serif;
      font-size: 11px;

}
#td_menu  
{
  font-weight: normal;
      text-align: center;
      background-color: rgb(235, 235, 255);
      font-family: Arial,Helvetica,sans-serif;
      font-size: 10px;

}
#pie_foto  
{
  color: rgb(0, 0, 102);
      font-family: Arial,Helvetica,sans-serif;
      text-align: center;
      font-weight: bold;
      font-size: 8px;

}

