
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 76%;
  background-color: black;
  color: white;
  text-align: center;
}

a {
  font: .9em "arial", "verdana", sans-serif;
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #d3d3d3;
}


#general {
  width: 900px;
  margin: auto;
  text-align: left;
}

#contenido {
  margin: auto;
  text-align: center;
  padding: 0 10px;
}

#cabecera {
  height: 300px;
  text-align: center;
}

#cabecera img {
  margin: 0;
}

#menu {
  height: 100px;
  padding: 11px 10px 0 290px;
  margin: auto;
}

#menu a {
  font: .9em "arial", "verdana", sans-serif;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
}

#menu a:hover {
  color: #d3d3d3;
}

#ingles {
  position: relative;
  float: left;
  background: url("../imagenes/ingles.jpg") no-repeat;
  width: 127px;
  height: 78px;
  padding-right: 15px;
}

#castellano {
  position: relative;
  float: left;
  background: url("../imagenes/castellano_gnd.jpg") no-repeat;
  width: 170px;
  height: 78px;
  padding: 0;
  padding-left: 5px;
}

#pie {
  padding: 50px 400px 0 0;
  height: 65px;
}

#pietoolkom {
  padding: 0px 600px 10 0;
  height: 20px;
}

#flash {
  border-style: none;
  float: left;
  background: url("../imagenes/flash.jpg") no-repeat;
  width: 259px;
  height: 65px;
  padding: 20px 0 0 25px;
  margin: 0;
}

#flash a {
  font: .7em "arial", "verdana", sans-serif;
  color: #3b3b3b;
  text-decoration: none;
}

#toolkom {
  float:left;
  margin: 0;
  padding: 0;
  font: 1em "arial", sans-serif;
  color: #777;
  width: 100px;
  height: 15px;
}

#toolkom a img {
  border-style: none;
}

.cierrefloat {
  clear: both;
}

#content {
  display: none;
}
