/* Estilo CSS */

* {
	padding: 0;
	margin: 0;
}
.clear{clear:both;}
body {

	background-color: #011635;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
	/* Personalizando a Barra de Rolagem */
	scrollbar-face-color: #b1b89e; 
	scrollbar-highlight-color: #b1b89e;
	scrollbar-3dlight-color: #b1b89e;
	scrollbar-darkshadow-color: #b1b89e;
	scrollbar-shadow-color: #b1b89e;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #dededd;
	
}

p.texto_localizacao01{
text-align: center;
}

#localizacao {
margin:15px 0 0 5px;
width:200px;
float:left;
margin-bottom:10px;
}

#localizacao2 {
margin:25px 0 0 150px;
width:200px;
float:left;
}

#localizacao3 {
margin:15px 0 0 15px;
width:660px;
float:left;
}

p.texto_localizacao{
clear: left;
display: block;
text-align: center;
}

#fotao {
	width: 940px;
	height: 624px;
	position: absolute;
	top:0;
	margin-left: 1px;
	z-index: 150;
}

#site {
	width: 940px;
	height: 624px;
	position: absolute;
	top:0;
}

#ladoE {
	width: 209px;
	height: 584px;
	float: left;
}

#ladoD {
	width: 731px;
	height: 584px;
	float: left;
}

#top {
	width: 731px;
	height: 129px;
}

#meio {
	width: 731px;
	height: 451px;
	background: #FFFFFF;
	clear: both;
}

#meio_interna {
	width: 731px;
	height: 451px;
	background-color: #FFFFFF;
	clear: both;
}

#pagina {
	width: 720px;/* 538 tamanho original*/
	height: 451px;
	float: left;
}

#lateral {
	width: 193px;
	height: 451px;
	float: left;
}

#titulo {

	width: 720px;/* 538 tamanho original*/
	height: 35px;
	text-align: left;
	background-image: url(pics/linha.jpg);
	background-position: bottom;
	background-repeat: no-repeat;

}

#conteudo {

	width: 700px;/* 487 tamanho original*/
	height: 396px;
	padding-left: 10px;/* 20 tamanho original*/
	padding-right: 10px;/* 18 tamanho original*/
	padding-top: 10px;
	background-color: #FFFFFF;
	overflow: auto;
	clear: both;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;

}

#bg_ftInterna {

	width: 193px;
	height: 167px;
	background-image: url(pics/bg_ftinterna.jpg);

}

#icones {

	width: 193px;
	height: 16px;
	clear: both;

}

#telefone {

	width: 193px;
	height: 25px;
	margin-top: 96px;
	background-image: url(pics/telefone.jpg);
	clear: both;

}

#rodape {

	width: 940px;
	height: 25px;
	clear: both;

}

/* FONTES */

.textos {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

}

/* LINKS */

a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;

}

a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}

