
body{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 11px;
 color: #756739;
 background-color: #eae4c0;
 background-image: url(images/bg_head.jpg);
 background-repeat: repeat-x;
 text-align:center;
 margin: 0 auto;
 }
 
 p{
 padding: 2px;
 text-align: justify;
 margin-top: -5px;
 }
 
h1{
  width: 98%;
  text-align: left;
  font-size: 12px;
  color: #25561f;
  margin-bottom: 5px;
  margin-left: 3px;
  padding-top: 2px;
  border-top: solid 1px #25561f;
  border-bottom: solid 1px #25561f;
  }
  
 a{
   color: #25561f;
   text-decoration: underline;
   }
   
 a:hover{
   color: #060;
   text-decoration: underline;
   }
 

#header{
 width: 960px;
 margin: 0 auto;
 }
 
 .main{
  width: 310px;
  float: left;
  margin-right: 15px;
  }
  
  .main img{
	  margin-bottom: -5px;
  }
  
  .caja{
	  widt: 310px;
	  height: 200px;
	  margin-bottom: 5px;
  }
  
  .caja img{
	 border: none;
	 background-color: #ddcb7f;
	 padding: 2px;
 }
  
  .second{
  width: 310px;
  float: right;
  margin: 0;
  }
  
#footer{
	clear:both;
	background-image: url(images/footer.jpg);
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer_info{
	width: 960px;
	background-image:url(images/footer_IMG.jpg);
	margin: auto;
	height: 150px;
	color: #fff;
}

#footer_info p{
  text-align: center;
  color: #41402b;
  font-size: 11px;
  padding-top: 65px;
}

#footer_info a{
  color: #41402b;
}

	