html {
  height: 100%;
  margin-bottom: 0px;
}


body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #000;
}

#pagina {
	padding: 0;
	background: #002685 url("../images/fondo.jpg") center no-repeat fixed;
  text-align: center;
}

.cabecera {
  font-size: 35px;
  color: white;
  width: 906px;
  margin: 5% auto;
}

.idiomas {
  font-size: 30px;
  color: white;
  width: 906px;
  height: 40px;
  margin: 30% auto;
}

.idiomas a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.idiomas a:hover {
  color: #fff9bc;
}

.espanol {
  float: left;
  width: 300px;
}

.ingles {
  float: right;
  width: 300px;
}
