body {
	background: url("images/background.jpg") no-repeat center bottom; 
	font-family: Verdana;
}
.header {
	width: 1000px;
	margin: 10px 0 10px 0;
}

#main {
	position:relative;
	background-color: #FAFAFA; 
	color: #336600;
	width: 1000px; 
	height: 600px; 
	font-family: Tahoma, Arial;
	font-size: 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #608D2C;
	-khtml-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
}

.sidebar {
	width: 210px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #000080;
}

.maincontent {
	width: 690px;	
	text-align: left;
	padding: 10px 15px 20px 15px;
	line-height: 22px;
}

.nav {
	background-color: #FAFAFA; 
	color: #FAFAFA; 
	width: 1000px; 
	height: 40px; 
	margin: 10px 0 10px 0;
	border-width: 2px;
	border-style: solid;
	border-color: #608D2C;
	-khtml-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
}

.menu {
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial,sans-serif;
	list-style: none outside;
	margin: 0px 0px 0px 0px;
}

ul.menu li {
	display: block;
	line-height: 40px;
	height: 40px;
    float: left;
	list-style: none outside;
	margin: 0px;
	padding: 0 18px 0 18px;
	text-align: center;
}

ul.menu li:hover {
	color: #336600;
    height: 40px;
	text-decoration: none;
}

ul.menu a {
	color: #336699; 
    height: 40px;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}

ul.menu a:hover {
	color: #66CCCC;
    height: 40px;
	text-decoration: none;
}

.contentheader {
	color: #000080;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.content {
	text-align: justify;
	font-size: 14px;
}

#main a {
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}

#main a :hover {
	text-decoration: underline;
}

.galeria {
	padding: 15px;
}