body {
  background: #00a7e5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#wrapper {
  width: 100%;
  height: 768px;
  position: relative;
  background: #fff url(../img/background.png) repeat-x top center;
}

#content {
  margin: 0 auto;
  width: 1024px;
  position: relative;
}

#buscador {
  position: absolute;
  top: 10px;
  left: 155px;
}

#buscador a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bolder;
}

#tiempo {
  position: absolute;
  top: 10px;
  right: 165px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bolder;
}

#header {
  background: transparent url(../img/bg-header.png) no-repeat top left;
  height: 194px;
  width: 100%;
  position: relative;
}

#header img.logo{
  position: absolute;
  top: 60px;
  left: 146px;
}

#header img.logos{
  position: absolute;
  top: 80px;
  right: 160px;
}

#menu {
  position: absolute;
  width: 100%;
  top: 155px;
}

#menu-nav {
  background: #fff url(../img/bg-menu.png) no-repeat 0 0;
  width: 716px;
  height: 50px;
  margin: 0 auto;
  padding: 10px 8px 0;
}

#menu-nav a{
  background: transparent url(../img/btn-menu.png) no-repeat 0 0;
  width: 173px;
  height: 29px;
  display: block;
  float: left;
  margin: 0 3px;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  padding-top: 11px;
  font-size: 1.1em;
}

#menu-nav a.actual {
  background-position: bottom;
}

#menu-nav a:hover{
  background-position: bottom;
}

#contenido {
  width: 710px;
  height: 545px;
  margin: 20px auto 0;
  padding: 0 11px 5px;
  position: relative;
  background-color: #fff;
}

#footer {
  background: #00a7e5 url(../img/bg-footer.png) repeat-x 0 0;
  padding-top: 15px;
  height: 26px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  font-weight: bolder;
}

#footer a{
  color: #fff;
}

.boton1 {
  background: transparent url(../img/boton1.png) no-repeat 0 0;
  width: 76px;
  height: 19px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  display: block;
}

.boton1:hover {
  background-position: bottom;
}

.boton2 {
  background: transparent url(../img/boton2.png) no-repeat 0 0;
  width: 98px;
  height: 15px;
  padding-top: 3px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  display: block;
}

.boton2:hover {
  background-position: bottom;
}

#resp {
  display: none;
  background: transparent url(../img/bg-mensaje.png) no-repeat 0 0;
  width: 526px;
  height: 106px;
  position: absolute;
  top: 232px;
  z-index: 9999;
  color: #666666;
}

#resp p {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0;
  text-align: center;
  padding:0 10px;
  clear: both;
}

#resp .cerrar {
  background: transparent url(../img/cerrar.png) no-repeat 0 0;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
}
