body {
  padding: 0 0 2em 0;
  margin: 0;
  text-align: center;
  font: 62.5% verdana, sans-serif;
  background: #759D00 url(top.gif) repeat-x;
  color: #333;
  line-height: 100%;
}

hr {
  display: none;
}

img {
  border: none;
}

#container{
  text-align: left;
  margin: 25px auto 0;
  width: 700px;
  padding: 0 0 1em 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  color: white;
}

#container a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#container a:hover {
  //color: #fff;
  text-decoration: underline;
}

#titulo{
  text-align: left;
}

#titulo h1{
  font: 2em;
  margin:10px;
  padding: 10px;
}

#idiomas{
  padding: 15% 0px;
}

#idiomas ul{
  padding:0;
  margin:0;
  text-align: center;
}

#idiomas li{
  text-align: center;
  list-style-type: none;
	display: inline;
	padding: 20px;
	font-size: 1.5em;
}

#idiomas .seleccion{
  display:none;
}

#imagenes{
  margin: 20px 0 0 0;
  padding:0;
  position: relative;
  height:200px;
  background: url(fondo.gif) no-repeat bottom center;
}

#footer{
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
  color: white;
}
