/* CSS Document */
*{
	font-family:arial;
	font-size:11px;
	color:#000000;
}
html{
	overflow-y:scroll;
}
body{
	background-color:#E7E7E7;
	margin:0px;
}

#divGeral{
	margin:0 auto;
	width:998px;
	background-color:#FFFFFF;
}
.topo{
	background-color:#EEEEEE;
	height:126px;
}

.logo{
	padding:17px;
}

a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
	a:hover{
		text-decoration:underline;
	}
	
	a img{
		border:0px;
	}
	
	a.link_azul{
		color:#5a85b6;
	}



.banner{
	margin-top:10px;
	z-index:-10000;
}

.conteudo{
	padding:17px;
	padding-top:10px;
}

.imagemEsquerda{
	margin-right:17px;
}

.imagemDireita{
	margin-left:17px;
}

.destaques{
	width:511px;
	float:left;
}
	.destaques h1{
		font-size:11px;
		color:#000000;
		letter-spacing:2px;
		margin:3px;
	}
	.destaques h2{
		padding-bottom:5px;
		border-bottom:1px dotted #A7B7C6;
	}
	.destaques h3{
		padding-bottom:5px;
		margin-top:10px;
		text-align:right;
		border-bottom:1px dotted #A7B7C6;
		color:#5B85B7;
	}	
	.destaques_conteudo{
		margin-bottom:10px;
		width:500px;
		float:left;
	}

.projetos{
	width:438px;
	float:right;
	margin-top:10px;
}

.eventos{
	border:1px solid #CECECE;
	height:100px;
}

.projetos_sociais{
	background-image:url(../_img/projetos-sociais/background.jpg);
	background-repeat:no-repeat;
	border:1px solid #CECECE;
	height:100px;
	margin-top:10px;
}

.acoes{
	clear:both;
	padding-top:10px;
}
	.acoes p{
		margin:0px;
		padding:0px;
	}
	.acoes select{
		border:1px solid #BEBFC0;
		margin-bottom:8px;
		width:203px;

	}
	.acoes input{
		border:1px solid #BEBFC0;
		margin-bottom:8px;
		padding-left:2px;
	}
	.acoes .botao{
		background:none;
		border:0px;
		color:#5A85B6;
		float:right;
	}
	
	.acoes .botao2{
		background:none;
		border:0px;
		color:#5A85B6;
	}

.webmail{
	width:225px;
	float:left;
	margin-right:17px;
}	

	.webmail h2{
		border-bottom:1px dotted #A7B7C6;
		padding-bottom:5px;
		margin-bottom:5px;
	}

.banco_talentos{
	width:225px;
	float:left;
	margin-right:17px;
}
	.banco_talentos h2{
		border-bottom:1px dotted #A7B7C6;
		padding-bottom:5px;
	}

.newsletter{
	width:225px;
	float:left;
	margin-right:17px;
}
	.newsletter h2{
		border-bottom:1px dotted #A7B7C6;
		padding-bottom:5px;
	}

.telemont{
	width:220px;
	float:left;
	margin-right:17px;
}
	.telemont h2{
		border-bottom:1px dotted #A7B7C6;
		padding-bottom:5px;
	}
	
