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

body {
	margin:0 auto;
	text-align:center;
	background-image: url(../imagens/fundo_topo.gif);
	background-repeat:repeat-x;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#full {
	width:100%;
	text-align:center;
	
}

#centro {
	width:774px;
	margin:0 auto; /* centraliza o layout, exceto "IE" */
	text-align:left; /* Alinhando o texto a esquerda**/
}

#topo {
	width:774px;
	clear:both;
}
#menu2 {
	width:774px;
	clear:both;
}


.texto {
	width:439px;
	margin-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
}


#banner {
	width:774px;
	text-align:left; /* Alinhando o texto a esquerda**/
	clear:both;
	margin-top:17px;
	padding-left:0px;
	z-index:1;
}

#cont {
	width:774px;
	background-color: #ffffff;
	text-align:left; /* Alinhando o texto a esquerda**/
	margin-top:25px;
	clear:both;
}
#logo {
	width:286px;
	float:left;
}
#logo_descricao {
	width:488px;
	float:right;
}
.menua {
	width:774px;

	
}

.branco {
height:50px;
clear:both;

	
}
.titulo_pagina {
	width:237px;
	margin-right:20px;
	clear:both;
}
.conteudo {
	width:760px;
	clear:both;
	
}

.pontilhado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:10px
}
#descricao {
	width:760px;
	clear:both;
	padding-top:10px;
}
#rodape {
	width:100%;
	height:50px;
	line-height:50px;
	vertical-align: middle;
	background-color: #333333;
	text-align:center; /* Alinhando o texto a esquerda**/
	clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
