/* border: #00FF00 solid 1px; */

* {margin: 0; padding: 0; border: 0;}

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	text-align: center; 
	background: #c0c0c0; 
	font-size: 11px;	
	background: #F1F1F1;
	}
	
a {
	color: #515151;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	

/*******************/
/*  EXTRUTURA GERAL*/
/******************/	
#geral{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: url(../imagens/fundo_site.jpg);
	}

#topoBusca{
	float:right;
	width:1000px;
	height:30px;
	background:#67ae3e;
	}

#topo{
	float:right;
	width:780px;
	height:313px;
	background:url(../imagens/topo.jpg);
	}

#logo{
	float:left;
	width:220px;
	height:245px;
	background:url(../imagens/logo.jpg);
	}

#fotoDestaque{
	margin-left:-10px;
	margin-top:-10px;
	width:225px;
	height:160px;
	background:url(../imagens/foto_destaque.jpg);
	}


/**************/
/*  MENU */
/**************/
#menu {
	list-style-type: none;
	color: #FFF;
	background:#89c765;
	padding: 20px
	}

	#menu ul{
		list-style: none;
		margin-bottom:20px;
		}

		#menu li a {			
			color: #FFF;
			text-decoration: none;
			padding:0 10px 0 20px;
			}

		#menu li a:hover {
			text-decoration:underline;
			}

			
/*****************************/
/*  CLASSES                   */
/*****************************/
	
.img{
	padding:1px;
	border:#999999 solid 1px;
	margin: 0 auto;
	}
	
.imgConteudo{
	padding:1px;
	border:#999999 solid 1px;
	margin-left:15px;
	}
	
.imgNoticia{
	padding:1px;
	border:#999999 solid 1px;
	}

.imgDestRight{margin: 0 0 20px 10px;float:right;}

.imgDestLeft{margin: 0 10px 20px 10px;float:left;}
	
.imgDestHomeTexto{margin: 15px 0 0 0;}
	
.fright {float: right;}

.center {text-align: center;}

.bold{ font-weight:bold;}
		
input,textarea,select{
	font-family: Verdana, Arial; 
	font-size: 9pt; 
	border: 1px #CCC solid; 
	color:#666; 
	background: #FFFFFF; 
	}

.botao{ 
	background:url(../imagens/enviar.jpg);
	width:46px;
	height:15px;
	margin-top:3px;
	}

/******************/
/*  CONTEUDO GERAL */
/******************/
	
#colunaEsquerda{
	float:left;
	width: 220px;
	}

	#colunaEsquerda h1 , #colunaDireita h1{
		font-size:13px;
		color:#5894de;
		margin-bottom:5px;
		}
	
		#colunaEsquerda p, #colunaDireita p{
		margin-bottom:14px;
		}

#colunaCases{
	background:#D1D1D1;
	padding:15px 20px 20px 20px;
	}

	#colunaCases h1 {
		font-size:13px;
		color:#FFF;
		}
	
		#colunaCases p {
		margin-bottom:15px;
		}

#colunaDireita{
	float:right;
	width:210px;
	margin-top:1px;
	background:#CCCCCC;
	}
	
#colunaDireitaTexto{
	padding:10px;
	}


#centro{
	float:left;
	width:550px;
	color:#515151;
	margin-top:5px;
	padding:10px;
	}
	
	#centro p{
		margin-bottom:10px;
		}
	
	#centro h1{
		font-size:11px;
		color:#67ae3e;
		margin-bottom:5px;
		}

#destaquePrincipal{
	width:auto;
	height:180px;
	border-bottom:#3399FF 1px solid;
	margin-bottom:20px;
	}

#titulo{
	padding:10px;
	background:#9a9a9a;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	}
	
#destaque1, #destaque2{
	width:165px;
	height:80px;
	margin-bottom:20px;
	padding: 20px 90px 5px 15px;
	}
	
#destaque1{
	float:left;
	background:url(../imagens/destaque1.jpg) no-repeat bottom;
	}	

#destaque2{
	float:right;
	background:url(../imagens/destaque2.jpg) no-repeat bottom;
	}
	
	#colunaDireita li{
		list-style-image:url(../imagens/marcador.jpg);
		margin-left:15px;
	}

#noticia1, #noticia2{
	width:250px;
	height:100px;
	margin-bottom:10px;
	padding: 5px;
	}
	
#noticia1{
	float:left;
	}	

#noticia2{
	float:right;
	}
	
/******************/
/*  RODAPÉ        */
/******************/	

#rodape{
	width:auto;
	height:20px;
	background: #67ae3e;
	color:#FFF;
	padding: 10px;
	clear:both;
	}
	
	#rodape a {
		text-decoration: none;
		}

	#rodape a:hover {
		text-decoration:underline;
		}
		
#creditos {
	position:relative;
	top:-11px;
	left:900px;
	width:59px;
	}