/*----------------------------------------------------------------- ESTRUTURA */

* {
	font                       	       				 : bold 10px "Arial";
	color                       	      			 : #606060;
}

BODY {
	overflow										: scroll;
	overflow-x										: hidden;
	margin											: 0;
	background										: #2B4E92 URL('../imagens/background/fundo.gif') repeat-y center top;
}

#estrutura {
	position										: absolute;
	width											: 770px;
	margin-left										: -385px;
	left											: 50%;
}

.bgConteudo {
	background										: URL('../imagens/background/conteudo.gif') repeat-y left top;
}	

.bgTabela	{
	background                             :URL('../imagens/imagens/imghome.jpg')
}

.input {
	width												:355px;
	align												:right;
}

.inputTelefone {
	width												:120px;
	align												:right;
}

td {
text-align											:justify;
}
/*---------------------------------------------------------------------- TOPO */

#topo {
	position:relative;
	width											: 770px;
	height											: 147px;
	display											: block;
	clear											: both;
	margin											: 0 auto;
}

#dicas {
	width											: 770px;
	height											: 122px;
	display											: block;
	clear											: both;
	margin											: 0 auto;
	background										: URL('../imagens/background/dicas.jpg') no-repeat center top;
	text-align										: left;
}

#menu {
	width											: 770px;
	height											: 35px;
	display											: block;
	clear											: both;
	margin											: 0 auto;
}

.imgdica {
	border											: 3px solid #D6D6D6;
	margin											: 10px 0 0 120px;
	float											: left;
}

.textodica {
	float											: left;
	width											: 250px;
	text-align										: justify;
	margin											: 15px 0 0 15px;
}

.textodica A, .textodica A:VISITED, .textodica A:ACTIVE  {
	font											: normal 11px "Arial";
	color											: #1B3868;
	text-decoration									: none;
}

.textodica A:HOVER {
	color											: #1f4C96;
	text-decoration									: underline;
}

.titulo {
	font											: normal 18px "Arial";
	color											: #0AA4A6;
}

.subTitulo {
	font											: bold 14px "Arial";
	color											: #0AA4A6;
}

.subTitulo A, .subTitulo A:VISITED, .subTitulo A:ACTIVE, .subTitulo A:HOVER {
	font											: bold 14px "Arial";
	color											: #0AA4A6;
	text-decoration							:none;
}

.alignR {
	text-align									:right;
}

.alignJ {
	text-align									:justify;
}





/*------------------------------------------------------------------- ARTIGOS */

#fotoG {
	text-align										: center;
}

.tdArtigos {
	vertical-align									: top;
	width												: 241px !important;
	padding											: 0px 0px 0px 13px;
	height											: 100%;
	background										: URL('../imagens/background/bgArtigos.gif') repeat-y top right;
/*	background										: #01153a URL('../imagens/background/bgEndereco.gif') no-repeat left bottom;*/
}

/*.bgArtigos {
	height											: 100px;
	background										: URL('../imagens/background/bgArtigos.gif') repeat-y top;
}*/

.artigosContainer {
}

.fimArtigos {
	background										: URL('../imagens/imagens/fimArtigos.gif') repeat-y left top;
	height											: 15px;
}

.endereco {
	width											: 230px;
	height										: 100%;
	background										: #01153a URL('../imagens/background/bgEndereco.gif') no-repeat left bottom;
}


.artigoslista {
	display											: block;
	clear											: both;
	margin											: 0;
	margin											: 10px 0px 0px 16px;
	padding											: 0;
	width											: 214px;
}

.artigoslista STRONG {
	color											: #FFFFFF;
	font-size										: 11px;
	font-weight										: bold !important;
}

.artigoslista LI {
	list-style										: none;
	text-align										: left;
	margin-top										: 10px;
}

.artigoslista LI A, .artigoslista LI A:VISITED, .artigoslista LI A:ACTIVE {
	font											: normal 11px "Arial";
	color											: #D3E8FF;
	text-decoration									: none;
}

.artigoslista LI A:HOVER {
	text-decoration									: underline;
}


/*------------------------------------------------------------------ CONTEUDO */
.tdContainerConteudos {
	vertical-align									: top;
	width											: 516px !important;
	height											: 340px 100%;
}

.tdConteudos {
	vertical-align									: top;
	width											: 516px !important;
	height											: 340px;
	background										: URL('../imagens/background/bgConteudo.gif') repeat-y left bottom;
	padding											: 10px 20px ;
}

.tdFim {
	background										: URL('../imagens/background/bgFimConteudo.gif') no-repeat left bottom;
	height											: 26px;
}

/*------------------------------------------*/






/*-------------------------------------------------------------------- RODAPE */
#w {
	display											: block;
	clear												: both;
	position											: absolute;
	left												: 435px;
	top												: 55px;
}

#rodape {
	width												: 770px;
	height											: 80px;
	margin											: 0;
	padding											: 0;
	background										: URL('../imagens/background/rodape.jpg') no-repeat center top;
	text-align										: right;
}

.menuRodape{
	border											: 0px solid yellow;
	margin											: 5px 0 0 260px;
	*margin											: 5px 15px 0 0;
	width												: 495px;
	position											: relative;
}

.menuRodapeTextos {
	font-family										: 'Arial';
	font-size										: 10px;
	font-weight										: normal !important;
	color											: #ffffff;
	text-align										: center;
}

.creditos {
	display											: block;
	clear												: both;
	position											: absolute;
	left												: -222px;
	top												: 55px;
}

.menuRodapeTextos STRONG {
	font-weight										: bold;
	font-family										: 'Arial';
	font-size										: 11px;
	color												: #ffffff;
}

.menuRodapeTextos A{
	text-decoration 								: underline;
	font-family										: 'Arial';
	font-size										: 10px;
	color												: #ffffff;
}