/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                    CLASSES GERAIS
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
body {
	margin: 0;
	background: url("imagens/bg.jpg") repeat-y;
	background-position: center center;
	background-color: #21323A;
}
a {
	outline:0;
}
q:before, q:after{
	content: "";
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                    CLASSES DE ID'S
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
#tudo {
	width: 760px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}
#menu {
	position: absolute;
	width: 191px;
	height: 212px;
	background-color: black;
}
#topo {
	position: absolute;
	width: 568px;
	height: 212px;
	background-color: #2075F2;
	left: 193px;
}
#apoio {
	position: absolute;
	width: 760px;
	height: 60px;
	top: 212px;
	}
#titulos {
	position: absolute;
	width: 760px;
	height: 31px;
	top: 262px;

}
#conteudo1 {

	position: absolute;
	width: 232px;
	height: 175px;
	text-align: justify;
	padding: 10px;
	font-family: Arial;
	font-size: 80%;
	color: #FFF;
	overflow:auto;
	scrollbar-face-color: #006192;
	scrollbar-highlight-color: #0e77b3;
	scrollbar-shadow-color: #0e77b3; 
	scrollbar-3dlight-color: #0e77b3;
	scrollbar-arrow-color: #fff; 
	scrollbar-track-color: #0e77b3; 
	scrollbar-darkshadow-color: #0e77b3; 
	/* top: 305px; */
}
.gecko #conteudo1, .opera #conteudo1 {
	width: 210px;
}
#conteudo2 {
	position: absolute;
	width: 254px;
	height: 200px;
	/* top: 305px; */
	left: 232px;
	text-align: center;
	padding-top: 5px;
}
#conteudo3 {
	position: absolute;
	width: 272px;
	height: 200px;
	/* top: 303px; */
	left: 489px;
	text-align: center;
	background: url("imagens/servicos.jpg") no-repeat;
}
#teste {
	position: absolute;
	width: 760px;
	height: 200px;
	top: 293px;
	background: url("imagens/estrutura.gif") no-repeat;

}
#rodape {
	text-align: center;
	position: absolute;
	clear: both;
	z-index: 5;
	width: 760px;
	top: 478px;
	heigth: 15px;

}
#textos {
	text-align: justify;
	font-family: Arial;
	font-size: 80%;
	padding: 10px;
	color: #FFF;
	width: 760px;
	background-color: #0B5E97;
	border-bottom: 2px solid #1C4585;
	top: 293px;
	position: absolute;
}
.gecko #textos, .opera #textos {
	width: 740px;
}
address {
	font-style: normal;
}