/* CSS Document */
/* (*) Significa todos os elementos */
* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html {
	background:#B0DC7D;	
}

body {
	font: 12px Arial, Verdana, Tahoma, sans;
	text-align: center;
}

/* (.) pode ser usado com qualquer tags */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#corpo {
	width: 614px;
	/* centraliza e coloca as margens automaticamente */
	margin: 0 auto;
	text-align: left;
	/*margin-top: 40px;*/
}


#corpo #topo #logo{
		border-bottom:solid 1px #828282;
}

h1 {
	position:relative;
	background: #019340 url(../imagens/logo.gif) no-repeat;
	height: 120px;
	display: block;
	/* para dar um espaço entre o logo e o banner */
	/* image replacement */
	/* Aparecer o texto so foi desabilitado o display de imagens */ 
	text-indent:-5000px;
}

/* MENU */

#lateral a {
	color:#000000;
	text-decoration:none;
}

#lateral a:hover{
	color: #019340;
}

#lateral ul {
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	height: 18px;
	_height: 18px;
	display:block;
	background: #B0DC7D;
}

#lateral ul li {
	padding-left: 8px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
	padding-top: 
	display: block;
	/* e isso que faz a lista ser na horizontal */
	float: left;
	font-family: Arial, Verdana, Tahoma, sans;
	font-size: 13px;
	font-weight: bold;
	font-stretch:ultra-condensed;
	color:#333333;
	text-align:center;
	margin-left: 10px;
}

#lateral ul li.outro {
	padding-left: 8px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
	padding-top: 
	display: block;
	/* e isso que faz a lista ser na horizontal */
	float: left;
	font-family: Arial, Verdana, Tahoma, sans;
	font-size: 13px;
	font-weight: bold;
	font-stretch:ultra-condensed;
	color:#333333;
	text-align:center;
	margin-left: 50px;
}



/* MEIO */
#conteudohome {
	float: left;
	width: 612px;
	position: relative;
	border:solid 1px #bbbaa2;
	background:#FFF;
}

#conteudo {
	float: left;
	width: 612px;
	z-index: 10;
	margin-top: 7px;
	position: relative;
	border:dashed 1px #bbbaa2;
}


/* RODAPE */
address {
	background: #019340;
	font-size: 11px;
	color: #ffffff;
	line-height: 27px;
	display: block;
	clear: both;
	text-align: center;
	font-style: normal;
}

address .creditos {
	text-align:center;
	font-size: 10px;
	color: #ffffff;
}
address .creditos a { font-family: Tahoma, Arial; color: #F7F7F7; font-weight: bold; font-size: 10px; }
address .creditos a:hover { text-decoration: underline; }


/* LINGUAS */
#conteudolinguas {
	background-color:#FFF;
	padding-top: 20px;
	padding-bottom:20px;
}

#conteudolinguas strong {
	margin-left: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#019340;
	font-weight:bold;
	font-style:italic;
}


#conteudolinguas ul  {
	width:570px;
	height: 150px;
	margin-left: 20px;
	padding-top: 70px;
}

#conteudolinguas ul li {
	float:left;
	padding-left: 60px;
}


#topolinguas {
	background: #019340;
	height:27px;
	margin-top: 100px;
}


