html { font-size: 76%; }
body {
	background: #bff5ee url(../imagens-principal/fundo-pagina-principal.jpg) bottom repeat-x;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
	}
h1 { color: #124B1A; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px; font-size: 1.5em}
h2 { 
	color: #124B1A; text-align: center; 
	margin: 0; 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;
	}
h2 { font-size: 1.8em; margin: 25px 0 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }

p { margin: 15px 0; }

a { text-decoration: underline; color:#000; outline: none; }
a:hover { text-decoration: none; color: #008000}

img { border: 10px solid #F4F4F4; padding: 1px; background-color: #fff; float: left; margin-bottom: 10px;}
img.blog { border: none; margin-bottom: 2px;}
a:hover img { border-color: #d7f9f4; }

ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #099; }
li span { color: #333; }

.esquerda { float: left; }
.direita {float: right; }
.esconder { display: none; }

#geral {
	margin: 0 auto;
	width: 760px;
	}

#body { padding: 20px; background: #FFFFFF; border: 1px solid #161616}

ul#nav {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	height: 1%;
	}
ul#nav:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
	
ul#nav li {
	width: 50%;
	float: left; 
	margin: 0; 
	font-size: 1.1em;
	background: url(../imagens-principal/fundo-menu-seloverde.jpg);
	}	
ul#nav li a {
	display: block; 
	padding: 11px 0 14px;
	color: #19700f;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	position: relative;	
	} 	
ul#nav li.primeiro a {	border-left-color: #fff; }
ul#nav li a:hover { color:#000}
ul#nav li.primeiro a { background: url(../imagens-principal/fundo-menu-ecolmeia.jpg); color: #19700f}
ul#nav li.primeiro a:hover { background: url(../imagens-principal/fundo-menu-ecolmeia.jpg); color: #000}

#conteudo { background-color: #fff; padding: 2px; text-align: left; }
#conteudo div { background: url(../imagens-principal/fundo-meio.gif) repeat-x; padding: 1px 20px 15px; min-height: 195px; }
* html #conteudo div { height: 195px; }
#conteudo div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#conteudo div div { background-image: none; padding: 0; min-height: 0; }
* html #conteudo div div { height: 1%; }

#conteudo .meio { width: 466px; float: left; } 

#home #conteudo .meio { 
	padding: 0 0 0 20px; 
	float: left;
	width: 310px; 
	background-image: none; 
	}

#rodape{ 
	padding: 0 20px; 
	background-color: #161616; 
	height: 1%; 
	font-size: 0.9em;
	color: #ccc;
	margin-top: -20px;
	}	
	
	#rodape a { color:#FFFF80}
#rodape:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}

