/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:0px;
	background-color: #4B4C12;
}
/*Top*/
#top{
	width:900px;
	height:115px;
	margin:auto;
	background-color: #ebe6d3;
}
#toplogo{
	width:350px;
	height:115px;
	float:left;
}

#topmenu{
	width:150px;
	height:40px;
	float:right;
	margin-top: 60px;
	margin-bottom: 5px;
}
#topmenu li{
	float:left;
	font-size:12px;
	font-family:Tahoma;
	color:#757144;
	list-style:none;
}
#topmenu li a{
	text-decoration:none;
	color:#757144;
	display:block;
	padding:5px 10px;
}
#topmenu li a:hover{
	text-decoration:none;
	color:#757144;
	display:block;
	background-color:#999999;
}
/* Header */

#header {
	width: 900px;
	height: 320px;
	margin: 0 auto;
	background-color: #dddbbd;
	border-bottom: 8px solid #757144;
	border-top: 8px solid #757144;
}
#headerleft{
	width:185px;
	float:left;
	padding: 0px 10px;
}
#headerleft h1{
	margin-top:5px;
	font-size:28px;
	color:#D58D09;
	font-family: "Old English Text MT";
	font-weight: normal;
	margin-bottom: 5px;
}

#headerleft p{
	margin-top:5px;
	font-size:11px;
	color:#5b5838;
	line-height: 25px;
	font-family: tahoma;
	margin-bottom: 5px;
}
#headercenter{
	width:480px;
	height:310px;
	float:left;
	padding: 5px;
}
#headerright{
	width:180px;
	float:left;
	padding: 10px;
}
#headerright li{
	font-size:14px;
	color:#000000;
	margin:0px;
	list-style:none;
	font-family: tahoma;
	border-bottom: solid 2px #757144;
}
#headerright li a{
	font-size:14px;
	color:#000000;
	padding:6px 20px 6px 5px;
	display:block;
	text-decoration:none;
}

#headerright li a:hover{
	background-color:#757144;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background-color: #ebe6d3;
}
#content ul {
	color:#666600;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	margin: 0 auto;
}
#colOne {
	float: left;
	width: 880px;
}
#gallery{
	background-color:#dddbbd;
	padding:10px;
	margin: 15px;
}
#colOne h1{
	color:#474423;
	font-family:"Old English Text MT";
	margin:0px;
	font-size:16px;
	border-bottom:#474423 solid 2px;
	font-weight: normal;
}
#colOne p{
	color:#474423;
	font-family:Tahoma;
	font-size:11px;
	margin:3px;
	line-height:22px;
}
#colOneleft{
	float:left;
	width:580px;
	padding: 10px 5px 0px 15px;
	border-right: 1px solid #474423;
}
#colOnerigth{
	float:right;
	width:250px;
	padding: 10px;
}
#colTwo {
	float: left;
	width: 225px;
	background-color: #dddbbd;
}
.listtitle{
	font-size:24px;
	font-family:"Old English Text MT";
	margin:8px 8px 0px 8px;
	background-color: #968e1d;
	padding: 5px 10px;
	border: solid 3px #645E13;
	color: #000000;
}
.list{
	background-color:#c6c177;
	font-size:13px;
	font-family:Tahoma;
	margin:2px 10px 2px 10px;
	color:#000000;
	display:block;
}
.list a{
	color:#000000;
	padding:5px 20px;
	display:block;
	text-decoration:none;
}
.list a:hover{
	background-color:#FFFFFF;	
}
/* Footer */

#footer {
	width: 900px;
	margin: auto;
	background-color: #494407;
	padding: 10px 0px;
}
#footer p {
	color:#FFFFFF;
	font-size:12px;
	font-family:Tahoma;
	text-align:center;
	margin: 0px;
}
#footer p a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer p a:hover {
	text-decoration:underline;
}

#footer h3 {
	color:#6A630B;
	font-size:8px;
	font-family:Tahoma;
	text-align:right;
	margin: 10px 0px 0px 0px;
	font-weight:normal;
}
#footer h3 a {
	color:#6A630B;
	text-decoration:none;
}

#footer h3 a:hover {
	text-decoration:underline;
}
/*Clases*/
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
		background-position:center;
}
#galeria {
	border:#FFFFFF 3px solid;
	height:450px;
	width:600px;
	margin:auto;
}
