/*div {border: 1px solid blue;}*/
body {
  background-image: url(imagenes/fondo.jpg);
  margin: 0;
  padding: 0;
}


#header {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

#header img {
	border-width: 0px;
}

#nav {
  float: right;
  width: 639px;
  height: 67px;
  background-image: url(imagenes/fondo-tronco.png);
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li {
  float: left;
  margin: 30px 0 0 40px;
  padding: 0 12px 0 0;
  font-family: "Zapf Chancery", "Comic Sans MS", cursive;
  color:#e3e5c2;
}

#nav a:link, #nav a:visited {
  color: #e3e5c2;
  text-decoration: none;
}

#nav a:hover, #nave a:visited:hover {
  color: #e3e5c2;
  text-decoration: underline;
}

#content {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5ae;
  padding-bottom: 15px;
}

#content p, #content li {
  font-family: "Arial", "sans-serif";
  font-size: 12px;
}

#foto_home {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.recu {
  background-color: white;
  border: 1px solid #efefef;
  padding-left: 10px;
  padding-right: 10px;
}

.recu h2 {  
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
  color: #ca4a47;
}

.recu h3 {
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#recu_bienvenidos {
  width: 600px;
  height: 540px;
  margin-left: 15px;
}

#recu_novedades {
  width: 280px;
  height: 540px;
  float: right;
  margin-right: 15px;
}

#pie {
  text-align: center;
  height:65px;
  background-color:#465027;
  font-family: "Arial", "sans-serif";
  font-size: 12px;
  color:#fff;
  line-height: 65px;

}

#pie a {color:white;}

.recu_izq {
  width: 280px;
  margin-left: 15px;
  margin-top: 15px;
  float: left;
}

.recu_der {
  width: 600px;
  margin-right: 15px;
  margin-top: 15px;
  margin-left: 340px;
  /*border: 1px solid blue;*/
}
