/* Estilo para el resto de paginas */
body 
{
  background-color: #ffffff;
  background-image: url(pics/asBG.gif); 
  background-repeat: repeat-y; 
  background-position: 'top right'; 
  margin-right: 0; 
  margin-top:0;
  font-family: Verdana, Arial;
  font-size: x-small;
  scrollbar-face-color: #000080;
  scrollbar-shadow-color: #CCCCFF;
  scrollbar-highlight-color: #9999FF;
  scrollbar-3dlight-color: #CCCCFF;
  scrollbar-darkshadow-color: #9999FF;
  scrollbar-track-color: #B3C1FD;
  scrollbar-arrow-color: #FFFFFF
}

/* Estilo para el frame de menus */
body.menus
{
  background-color: #2fa3ff;
  margin-left: 5;
  margin-top: 5;
  margin-right: 0;
}

td
{
  font-family: Arial;
  font-size: small; 
}

/* Estilo para las tablas */
td.encabezados
{
  background-color: black; 
  color: white;
  font-weight: bold; 
  text-align: center;
}

td.encabezados2
{
  background-color: #2020ff;
  color: white;
  font-weight: bold;
  text-align: center;
}

td.interior
{
  font-size: x-small;
}

td.otro
{
  color: black;
  font-family: Verdana, Arial;
  font-size: x-small;
}

a:link
{
  text-decoration: none;
  color: #0000FF;
}

a:visited
{
  color: #FF0000;  
  text-decoration: none;
}

a:active
{
  color: #006600;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}