@CHARSET "UTF-8";

@IMPORT url("cmstext.css");
@IMPORT url("page.css");

@IMPORT url("article.css");
@IMPORT url("news.css");
@IMPORT url("gallery.css");

@IMPORT url("forms.css");
@IMPORT url("calc.css");

* {
	margin: 0px;
	padding: 0px;
}

html {
}

body {
	background-color: #436c06;
	font: 13px Arial, Verdana, Tahoma;
	
	color: #ffffff;
}

object {
	outline: none;
}

a {
	color: #8097b4;
	
	text-decoration: none;
}

a:hover {
	color: #9680b4;
	
	text-decoration: underline;
}

a img {
	border: none;
}

#header-bg {
	background: url("images/header-bg.gif") repeat-x;
}

#header {
	background: url("images/header.jpg") no-repeat top center;
	
	min-width: 1076px;
	height: 425px;
}

.container {
	width: 1076px;
	margin: 0 auto;
}

#content {
	background: url("images/page-bg.gif") repeat-y;
	
	padding: 0 15px;
	margin-left: 23px;
	
	overflow: hidden;
}

#left {
	float: left;
	
	color: #000000;
	
	padding: 0 35px 0 0;
	
	width: 225px;
	
	overflow: hidden;
}

#counters {
	text-align: center;
	
	font-size: 10px;
}

ul#mainmenu {	
	font-size: 14px;
	font-weight: bold;
	
	list-style: none;
	
	line-height: 34px;
	height: 43px;
	
	margin-left: 20px;
}

ul#mainmenu li {
	float: left;
	padding: 5px 5px;
	height: 34px;
}

ul#mainmenu li.item {
}

ul#mainmenu li.item a {
	color: #5d5c5c;
}

ul#mainmenu li.item a:hover {
	color: #487502;
}

ul#mainmenu li.item:hover {
	background-color: #cccccc;
	
	opacity: 0.8;
}

ul#mainmenu li.item:hover a {
	color: #000000;
}

ul#mainmenu li.separator {
	color: #888888;
}

#bnr1 {
	clear: both;
	
	position: relative;

	z-index: 1;
	
	top: 22px;
	
	width: 1076px;
	height: 365px;
	
	overflow: hidden;
}

#bnr2 {
	text-align: right;
	
	width: 1087px;
}

ul#menu {	
	font-size: 14px;
	font-weight: bold;
	
	list-style: none;
	
	margin: 0 auto;
	width: 185px;
	
	padding-bottom: 15px;
}

ul#menu li {
	width: 185px;
	clear: both;
}

ul#menu li.item {
	height: 33px;
	
	line-height: 33px;
}

ul#menu li.item a {
	padding-left: 18px;
	
	color: #5d5c5c;
}

ul#menu li.item a:hover {
	color: #487502;
}

ul#menu li.item:hover {
	background-color: #eeeeee;
}

ul#menu li.selected {
	background-color: #436c06 !important;
}

ul#menu li.selected a,
ul#menu li.selected a:hover {
	color: #ffffff;
}

ul#menu li.separator {
	float: left;
	
	background: url("images/menu-separator.gif") no-repeat center center;
	
	height: 1px;
	padding: 1px 0;
}

ul#boxes {
	list-style: none;
	
	margin: 0 auto;
	
	width: 205px;
	
	padding-bottom: 15px;
}

#mapa {
	width: 450px;
	height: 300px;

	border: 1px solid #aaaaaa;
	
	margin: 5px auto;
}

#center {
	float: left;
	
	width: 588px;
	
	background: url("images/page-bgp.gif") left top repeat-x;
	
	min-height: 444px;
	/*max-height: 900px;
	
	overflow: auto;*/
	
	margin: 0 0 0 1px;
	padding: 0 58px;
}

#footer-bg {
	background: url("images/footer-bg.gif") repeat-x;
	
	clear: both;
}

#footer {
	background: url("images/footer.jpg") no-repeat top center;

	padding-top: 100px;
	
	height: 30px;
	
	color: #487502;
	
	font-size: 11px;
	
	min-width: 1076px;
}

#footer a {
	color: #487502;
}

#footer a:hover {
	color: #80d004;
}

#footer-links {
	width: 500px;
	padding-left: 30px;
	
	float: left;
}

#footer-links span {
	padding: 0 5px;
}

#copyright {
	float: right;
	
	width: 280px;
}

#footer2 {
	background-color: #ffffff;
	
	min-width: 1076px;
}

#logos {	
	text-align: right;
	
	width: 1076px;
	
	margin: 0 auto;
	
}

#logos img {
	padding-right: 50px;
}

#author {
	float: right;
	
	padding-left: 50px;
}