#Fondo {
	width:950px;
	height:1150px;
	background-color:#f1cf5f;
	margin:0 auto;
}

#Banner {
	width:950px;
	height:220px;
	background-color:#fff;
	margin:0 auto;
	padding-top: 10px;
  padding-bottom: 10px;
  color: #835d0c;
  font-weight: bold;
  }

#Menu {
	width:800px;
	height:80px;
	background-color:#f1cf5f;
	text-align:center;
  padding-top: 15px;
 color: rgb(4, 1, 15);
  font-weight: bold;
}

#cssmenu {
	border: none;
	border: 0px;
	margin:0 55px;
	padding: 0px;
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 800px;
	left: 31px;
	top: 163px;
}
#cssmenu ul {
  background: #575122;
  height: 35px;
  list-style: none;
  width: 880px;
  margin: 0;
  padding: 0;
  background: #f1cf5f;
  }
#cssmenu li {
  float: left;
	padding: 12px;
}
#cssmenu li a {
  background: rgb(104, 73, 6);
  display: block;
  font-weight: auto;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #FFF;
 }
#cssmenu ul ul a {
  color:  rgb(226, 231, 182);
  width: 350px;
 }
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #685f0c;
  color: #FFFFFF;
  text-decoration: none;
  }
#cssmenu li ul {
  background: rgb(104, 73, 6);
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 200px;
}
#cssmenu li:hover ul {
  display: block;
  }
#cssmenu li li {
  background: #048014;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 0px;
 }
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 15px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background:#77711b;
  border: 0px;
  color: #ffffff;
  width: 175px;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

#centro {
  width:800px;
	height:700px;
	background-color:#ffffff;
	margin:0 auto;
  padding-top: 10px;
  padding: 20px;
	top: 1975px;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #835d0c;
  z-index: 196;
}
#Pie {
	width:950px;
	height:50px;
	background-color:#f1cf5f;
	margin:0 auto;
	top: 75px;
	left: 252px;
	font-family: Tahoma, Geneva, sans-serif;
  color: #835d0c;
  font-weight: bold;
	z-index: 196;
}
#Pie address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
  font-style:normal;
   padding: 20px;
}

a:link {
	color: #835d0c;
}
a:visited {
	color: #835d0c;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}