html{
  margin: 0px;
  padding: 0px;
  background-color: #51729d;
  background-image: url("Archivos/fondodegradee.png");
  background-repeat: repeat-x;
}
body{
  margin: 0px;
  padding: 0px;
}
p{
  font-family: Verdana;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}
a{
  font-family: Verdana;
  font-size: 10px;
  margin: 0px;
  color: black;
  margin-left: 10px;
  padding: 0px;
  text-decoration: none;
}
a:hover{
  font-family: Verdana;
  font-size: 10px;
  margin: 0px;
  color: black;
  margin-left: 10px;
  padding: 0px;
  text-decoration: underline;
}
a.menu{
  font-family: Verdana;
  font-size: 10px;
  margin: 0px;
  color: #919191;
  padding: 0px;
  text-decoration: none;
}
a.menu:hover{
  font-family: Verdana;
  font-size: 10px;
  margin: 0px;
  color: #919191;
  padding: 0px;
  text-decoration: underline;
}
.tablamenu {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#arriba {
  position: relative;
  background-image: url("Archivos/fondoarriba.png");
  background-repeat: no-repeat;
  width: 994px;
  height: 17px;
  margin: 0px;
  padding: 0px;
}
#cuerpo {
  position: relative;
  background-image: url("Archivos/fondocuerpo.png");
  background-repeat: repeat-y;
  width: 994px;
  margin: 0px;
  top: 0px !important;
  top: -2px;
  padding: 10px;
}
#abajo {
  position: relative;
  background-image: url("Archivos/fondoabajo.png");
  background-repeat: no-repeat;
  width: 994px;
  height: 27px;
  margin: 0px;
  padding: 0px;
  top: 0px !important;
  top: -2px;
}
#centrador{
  position: relative;
  width: 994px;
  margin-left: -497px;
  left: 50%;
  margin-top: 0px;
  padding: 0px;
}
#facebook{
  text-align: right;
  margin-right: 40px;
}