@charset "UTF-8";

/* ZERAR CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:disc;
	margin-left:40px;
}
caption,th {
text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* GERAL */

a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#1373a9;
}
a.link_on{
	color:#1373a9;
}
body {
	color:#000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	background:#012a40;
}

/* CONTEUDO */

div#principal{
	width:100%;
	height:100%;
	background:url("img/background.gif") repeat-x;
}
div#conteudo{
	width:784px;
	background:url("img/background_site.gif") repeat-x;
	padding:15px 8px 30px;
	margin:auto;
	height:1018px;
}
div#topo{
	height:92px;
	margin-bottom:14px;
} 	
div#banner_topo{
	float:right;
} 	
div#logo{
	float:left;
} 	
div#menu{
	background:url("img/fundo_menu.gif") repeat-x;
	height:32px;
	line-height:32px;
	text-align:center;
	margin-bottom:14px;
}
div#banner{
	height:384px;
	background:#fff;
	margin-bottom:14px;
	padding:5px;
}
div#conteudo_texto{
	padding:5px;
	height:60%;
	background:#fff;
}
div#conteudo_texto_template{
	padding:5px;
	height:90%;
	background:#fff;
}
div#titulo_texto{
	color:#fff;
	height:36px;
	line-height:36px;
	background:url("img/fundo_titulo.gif") repeat-x;
	padding-left:10px;
	margin-bottom:5px;
}
div#rodape{
	width:800px;
	margin-top:31px;
	margin-bottom:31px;
	height:12px;
	text-align:center;
	color:#fff;
	line-height:20px;
}
div#fotos_laterais{
	margin-right:30px;
	width:200px;
	float:left;
}
div#texto_interno{
	width:510px;
	float:left;
	text-align:justify;
}
.bold{
	font-weight:bold;
}
.branco{
	color:#fff;
}
.contato{
	width:250px;
	border:solid 1px #346780;
	height:15px;
	margin-bottom:5px;
	color:#014468;
}
.contato_mensagem{
	width:250px;
	border:solid 1px #346780;
	height:100px;
	margin-bottom:5px;
	color:#014468;
}
.submit{
	width:80px;
	border:solid 1px #346780;
	height:22px;
	margin-bottom:5px;
	color:#014468;
	font-weight:bold;
}