body{font: 76% arial,sans-serif}
div#header{position:relative;
margin:0;
background: transparent;color: #79B30B;
padding : 10px 10px 10px 10px;
margin : 10px 10px 0px 10px;
border-width: 1px;
border-color: #ccc #ccc #ccc #ccc;
border-style: solid;
}
div#content{/*line-height:1.4;*/
background: transparent;
margin : 10px 10px 10px 10px;
padding : 20px 20px 20px 20px;/* up,right,down,left*/
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
}
div#navigation{background:#fff;
margin:0px 10px 0px 10px;}
div#extra{background:#fff;}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}
div#extra{clear:both;width:100%}
div#footer{clear:right;width:100%}
/* CSS Tabs */
#navcontainer {
	background: #CBD7B7;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-family: verdana,georgia, serif;
	font-size: 13px;
	text-align: left;
/*	text-transform: lowercase;*/
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 80%;
	font-size: 0.9em;
}

ul#navlist li {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}

ul#navlist li a {
	display: block;
	padding: 0.7em;
	border-width: 1px;
	border-color: #f0f3eb #94AA74 #94AA74 #f0f3eb;/* up,right,down,left*/
	border-style: solid;
	color: #000;
	text-decoration: none;
	background: #CBD7B7;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #53623c;
	background: transparent;
	border-color: #53623c #ECF0E3 #ECF0E3 #839666;/* up,right,down,left*/
}
/*formulario de busqueda*/
#commentform input{
/*	width: 200px;*/
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}

#commentform #submit{
	background: #549a00;
/*	background: url(images/btn-bg.gif) no-repeat;*/
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	float:right;
	width: 146px;
	height: 28px;
	cursor: pointer;
}
