body {
  background: #000000; /*url(../img/bg2.jpg) repeat-y;*/
  padding: 0px;
  margin: 0px;
}

a, img {
  text-decoration: none;
  border: 0px;
}

#container {
  height: 450px;
  width: 75%;
  margin: 75px auto;
  color: #FFFFFF;
}

#menu {
/*  background: #000000;*/
  height: 25px;
  width: 100%;
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#menu a {
  text-decoration: none;
  padding: 0 10px 0 10px;
  color: #3E3E3E;
}

#content {
/* background: #000000;*/
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}

#footer {
  height: 30px;
  text-align: center;
  font-size: 9px;
  font-family: Verdana;
  padding-top: 5px;
}

#footer a {
  color: #3e3e3e;
  text-decoration: none;
}

#text {
  width: 50%;
  font-family: Arial;
  font-size: 14px;
  margin: auto;
  text-align: center;
}

#logo {
  background: url(../img/logo_final2.png) no-repeat;
  width: 400px;
  height: 117px;
  margin: 10px auto;
}

#about {
  width: 75%;
  font-size: 12px;
  font-family: arial;
  padding-left: 20px;
}

#instrucciones {
  font-size: 10px;
  font-family: Arial;
  margin-left: 100px;
  margin-bottom: 10px;
}

