@charset "utf-8";
/* CSS Document */

body {
	font-family: "tahoma";
	font-size: 16px;
	color: #999;
}
#geral_home {
	width: 940px;
	height: 280px; 
	margin: auto;
}
.topo_home{
	width: 930px;
	height: 270px;
	background: url(../imagens/topo.png);
	margin: auto;
	position: relative;
	border-bottom: #888888 solid 5px;
}
.menu {
	width:940px;
	margin:auto;
	height:40px;
	font-size:18px;
}
.menu ul li{
	position:relative;
	display:inline;
	padding:0 0 0 90px;
	top:10px;
}
.menu ul li a{
	text-decoration:none;
	color:#888888;
}
.menu ul li a:hover{
	text-decoration:none;
	color:#888888;
}
.menu ul li a.active{
	color:#C0C0C0;
	text-decoration: none;
}
/* Início página inicial*/

#fundo_inicial{
	width: 940px;
	height: 400px; 
	margin: 10px auto 20px auto;
	background-color: #FFFFFF;
}
.box_img1{
	background: url(../imagens/img1.jpg);
	width: 530px;
	height: 380px;
	float: left;
	position: relative;
	margin: 15px;
}
.box_txt1{
	width: 350px;
	height: 380px;
	float: left;
	position: relative;
	margin: 15px;
}
.box_txt1 h1{
	font-size: 24px;
	color: #636363;
	font-weight: bold;
}
.box_txt1 p{
	text-align: justify;
}
.box_txt1 a{
	text-decoration: none;
	color: #636363;
}

.box_txt1 a:hover{
	text-decoration: none;
	color: #636363;
}
.regua{
	width: 930px;
	margin: auto;
	border: 2px solid #888888; 
	clear: both;
}
.box_rodape{
	widows: 940px;
	height: 50px;
	position: relative;
	margin: 5px auto;
	clear: both;
	text-align: center;
	font-size: 16px;
}
/*fim da pagina inicial*/


/*inicio pagina institucional*/

#fundo_institucional{
	width: 940px;
	height: 360px; 
	margin: 30px auto 20px auto;
	background-color: #FFFFFF;
}
.box_txt2{
	width: 550px;
	height: 330px;
	float: left;
	position: relative;
	margin: 15px;
}
.box_txt2 h1{
	font-size: 24px;
	color: #636363;
	font-weight: bold;
}
.box_txt2 p{
	text-align: justify;
}
.box_txt2 a{
	text-decoration: none;
	color: #636363;
}

.box_txt2 a:hover{
	text-decoration: none;
	color: #636363;
}
.box_imagens{
	position: relative;
	width: 300px;
	height: 303px;
	margin: 30px auto auto 20px;
	float: left;
	background: url(../imagens/img2.png);
}
/*fim pagina institucional*/
/*inicio pagina atividades*/

#fundo_atividades{
	width: 940px;
	height: 320px;
	margin: 10px auto 20px auto;
	background-color: #fff;
}
.box_img2{
	float: left;
	width: 418px;
	height: 291px;
	position: relative;
	margin: 15px 15px 10px 15px;
	background: url(../imagens/img3.png)
}
.box_txt3{
	float: left;
	position: relative;
	width: 450px;
	height: 250px;
	margin: 15px;
}
.box_txt3 h1{
	font-size: 24px;
	color: #636363;
	font-weight: bold;
}
.box_txt3 p{
	text-align: justify;
}
.box_txt3 a{
	text-decoration: none;
	color: #636363;
}
.box_txt3 a:hover{
	text-decoration: none;
	color: #636363;
}

/*fim pagina atividades*/
/*inicio pagina aliancas*/

#fundo_aliancas{
	width: 940px;
	height: 560px;
	margin: 10px auto 20px auto;
	background-color: #fff;
}
.box_img3{
	float: left;
	width: 418px;
	height: 291px;
	position: relative;
	margin: 15px 15px 10px 15px;
	background: url(../imagens/img3.png)
}
.box_txt4{
	float: left;
	position: relative;
	width: 900px;
	height: 100px;
	margin: 15px;
}
.box_txt4 h1{
	font-size: 24px;
	color: #636363;
	font-weight: bold;
}
.box_txt4 p{
	text-align: justify;
}
.box_txt4 a{
	text-decoration: none;
	color: #636363;
}
.box_txt3 a:hover{
	text-decoration: none;
	color: #636363;
}
.box_aliancas{
	position: relative;
	width: 900px;
	height: 355px;
	margin: 20px auto auto 20px;
	float: left;
}
/*fim pagina aliancas*/
/*inicio pagina contate-nos*/
#fundo_contate-nos{
	width: 940px;
	height: 500px;
	margin: auto;
	background-color: #fff;
}
.box_txt5{
	float: left;
	position: relative;
	width: 350px;
	height: 500px;
	margin: 30px 0px auto 0px;
}
.box_map{
	float: left;
	position: relative;
	width: 400px;
	height: 500px;
	margin: 30px 0px auto 10px;
}