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


body {
	background:url(../imagens/fundo.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#686868;
	margin:0px auto 0px auto;
	text-align:center;
	height:100%;
	}


/* TOPO ******************************************************************************************************/

#fundo_topo {
	height:234px;
	background:url(../imagens/topo2.jpg) no-repeat;
	margin:0px auto 0 auto;
	}

#topo {
	text-align:center;
	width:800px;
	height:230px;
	margin:0 auto 0 auto;
	}
	
/* CORPO ******************************************************************************************************/
	
#conteudo {
	width:774px;
	height:1020px;
	margin:0px auto 0px auto;
	text-align:left;
	}
	
#menu {
	float:left;
	width:774px;
	height:291px;
	margin:0px auto auto 0px;
	}
	
#menu_1 {
	float:left;
	width:205px;
	height:248px;
	padding:27px 0px 0px 42px;
	}	

#menu_2 {
	width:483px;
	height:244px;
	padding:30px 44px 0px 0px;
	float:right;
	}	
	
#exibicao {
	float:left;
	width:774px;
	height:492px;
	margin:0px auto 0px auto;
	}	
	
#menu_3 {
	width:377px;
	height:174px;
	/*margin:27px auto auto 10px;*/
	padding:27px 0px 0px 10px;
	}	
	
#foto3 {
	float:left;
	}	

#texto3 {
	padding-left:15px;
	float:left;
	width:179px;
	height:111px;
	}
	
/*class*/
.titulos_internas {
	padding:18px 0px 0px 0px;
	text-align:center;
	}
	
.foto_internas {
	float:right;
	padding-right:30px;
	margin-left:20px;
	height:440px;
	}
	
.foto {padding:0; margin-right:15px; float:left; text-align:center;}
	
/* TEXTOS ******************************************************************************************************/
p {
	text-align: justify;
	padding:10px 0px 0px 25px;
	margin:0px;
	}
	
ul {
	padding-left:15px;
	margin:0px;
	text-align:left;
	}
	
li {
	margin-bottom:0px;
	}
	
/* LINK ******************************************************************************************************/

a:link {
	text-decoration:none;
	color: #666;
	}

a:visited {
	text-decoration:none;
	color: #686868;
	}
	
a:hover {
	text-decoration:none;
	color: #000000;
	}

a:active {
	text-decoration:none;
	color: #666;
	}
