
body {
  background-color: #ffffcc;
  color: #6699ff;
  font-family: Verdana;
  
}
a:link { color: #0000ff;
    text-decoration: underline;
    display: inline;}
a:visited { color: #0000ff;
    text-decoration: underline;
    display: inline;}
a:hover { color: #0000ff;
    text-decoration: underline;
    display: inline;}
a:active { color: #0000ff;
    text-decoration: underline;
    display: inline;}
 

h1 {
  background-color: #6699ff;
  color: #ffffcc;
  font-family: Verdana,arial;
    padding: 10px;
    text-align: center;
    margin: 0px;
}
h1 a:link {
    color:#ffffcc;
  text-decoration: underline;
}
h1 a:hover {
  color: #ffff66;
  text-decoration: none;
}
h1 a { display: block; width: 100%; height: 100%; }
.struc {
  width: 100%;
  padding: 0px;
  height: 100%;

}
.menu {
  text-align: center;
  border-style: outset;
  border-radius: 5px;
  width: 16.67%;
  text-decoration: none;

}
.menu a:link, a:visited, a:active {
  background-color: #ff5050;
  color:#ffffff;
  text-decoration: none;
  display: block;
}
.menu a:hover {
  background-color: #ffff99;
  color: #b300b3;
  text-decoration: none;
  display: block;}
#activo {
  text-align: center;
  border-style: outset;
  border-radius: 5px;
  width: 19%;
    background-color: #00e6e6;
  color: #e60073;
  text-decoration: none;
}
.foot{
  background-color: #002db3;
  color: #ffffff;
 
  border-color:  #6699ff;
  text-align: center;
  }

.red {
  
  color: #FF0000;
 
  }


 
#tabla1 {
    border-collapse: collapse;
}
.borde {
  text-align: center;
  border-style: solid;
  border-width: thin;

}