#limitador {
	width: 100%;
}
#conteudo {
	background-image: url(../images/fundo_cont.jpg);
	background-repeat: repeat-x;
	background-color:#056DAC;
	color: #C60;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#dir_1 {
	background-image: url(../images/fundo_direita.jpg);
	background-repeat: repeat;
	margin-bottom:4px;
	margin-left:8px;
	height:94px;
}
#dir_2 {
	background-image: url(../images/fundo_direita.jpg);
	background-repeat: repeat;
	margin-bottom:4px;
	margin-left:8px;
	height:94px;
}
#dir_3 {
	background-image: url(../images/fundo_direita.jpg);
	background-repeat: repeat;
	margin-bottom:4px;
	margin-left:8px;
	height:94px;
}

#dir_4 {
	background-image: url(../images/fundo_direita.jpg);
	background-repeat: repeat;
	margin-bottom:4px;
	margin-left:8px;
	height:94px;
}
#dir_5 {
	background-image: url(../images/fundo_direita.jpg);
	background-repeat: repeat;
	margin-bottom:4px;
	margin-left:8px;
	height:94px;
}
#dir_6 {
	background-image: url(../images/fundo_direita.jpg);
	background-repeat: repeat;
	margin-bottom:4px;
	margin-left:8px;
	height:94px;
}


.texto_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

.texto_home_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #eaa800;
	margin-top:5px;
}

.texto_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #434141;
	line-height:18px;
	text-align: left;
}

.texto_rodape_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #434141;
	margin-top:16px;
	margin-left:14px;
	line-height:18px;
	text-align: left;
}
body {
	margin: 0px;
}

h1 {
	margin-left:14px;
	margin-top:20px;
}

h3 {
	margin-left:14px;
	margin-top:12px;
	margin-bottom:12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #FFBF17;
	margin-left:14px;
	margin-right:17px;
	margin-top:13px;
}

.texto_home {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}
hr {
	width: 464px;
	margin-left:14px;
	margin-bottom: 12px;
	margin-top: 12px;
	color:#FFF;
	border-style: dotted;
}

.campo {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: #0165A0 1px;
	border-style: solid;
	background-color: #fff;
	margin-bottom:5px;
    }

.campo:hover {
	border: #004891 1px;
	border-style: solid;
	background-color:#B9E3FF;
    }
	
input:focus {
	border: #004891 1px;
	border-style: solid;
	background-color:#B9E3FF;
    }

/* input:focus:hover {
	border: #004891 1px;
	border-style: solid;
	background-color:#000000;
    }
*/

textarea:focus {
	border: #004891 1px;
	border-style: solid;
	background-color:#B9E3FF;
    }

.botao { 
	 font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
	 border:#004891 1px solid;
	 background-color: #fff;
	 }

table#conteudo a:link {text-decoration: none; color:#fff; background-color:#0165A0; padding-left:1px; padding-right:3px;}
table#conteudo a:active {text-decoration: none; color: #fff; background-color: #0165A0; padding-left:1px; padding-right:3px;}
table#conteudo a:visited {text-decoration: none; color: #fff; background-color: #0165A0; padding-left:1px; padding-right:3px;}
table#conteudo a:hover {text-decoration: underline;color: #0053B9; background-color: #F5F5F5;}

.texto_direita { text-align:right; }