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

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

#fundo{
	width:auto;
	height:auto;
	position:relative;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#meio{
	width:930px;
	height:1154px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(../images/meio.png);
	background-repeat: no-repeat;
}

#topo{
	width:auto;
	height:auto;
	position:absolute;
	top: -1px;
	left: 11px;
}

#esquerda{
	width:auto;
	height:auto;
	position:absolute;
	top: 499px;
	left: 28px;
}
#chamadas{
	width:auto;
	height:auto;
	position:absolute;
	top: 505px;
	left: 316px;
}
#menuRodape{
	width:auto;
	height:auto;
	position:absolute;
	top: 1044px;
	left: 25px;
}

#rodape{
	width:878px;
	height:40px;
	position:absolute;
	top: 1096px;
	left: 25px;
}

#conteudo{
	width:573px;
	height:537px;
	position:absolute;
	top: 497px;
	left: 323px;
	overflow: auto;
	overflow-x:hidden;
}

#abas_localizacao{
	width:570px;
	height:430px;
	position:absolute;
	top: 40px;
}

.texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

.fonteTexto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

.fonteRodape{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
