@charset "iso-8859-1";
body {
	background-image: url(../imagens/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 12px Verdana, Geneva, sans-serif;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#telefone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #005F9D;
	float: right;
	height: 50px;
	width: 400px;
	text-align: left;
	font-weight: bold;
	position: relative;
	top: 50px;
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.footer {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:10px;
	text-align: center;
	background-image: url(../imagens/bg_conteudo.jpg);
	background-repeat:repeat-x;
}
.conteudo_principal {
	background-image:url(../imagens/bg_conteudo.jpg);
	background-repeat:repeat-x;
	text-align:justify;
	padding: 10px 10px 0px;
}
.conteudo_principal h2 {
	font-size:16px;
	color:#376692;
	margin-top:5px;

}
.buscaRapida select{
	border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
width:160px;
}

.buscaRapida p {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	margin:0;
	padding:0;
}

.buscaRapida textarea {
	display:none;
}
.obrigatorio {
	color:#376692;
	font-size:12px;
	color:#376692;
	font-weight:bold;
}
.importante {
	color:#376692;
}
.campos {
	font-size:12px;
	color:#376692;
}
.textos{
	font-size:12px;
	color:#000;
}
.titulo {
	font-size:14px;
    padding:5px;
	color:#376692;
	font-weight: bold;
	background-image: url(../imagens/bg_conteudo.jpg);
	background-repeat: repeat-x;
	height:25px;
    }
a {
	font-size: 11px;
	color:#376692;
	text-decoration:none;
}
a:hover {
	color: #369;
	text-decoration: underline;

}

textarea {
border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

.form_input
{
border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

.logo {
	margin:10px;

}
.busca_result {
	font-size:11px;
	color:#fff;
	padding:10px;
	text-transform:capitalize;
	
}
.ficha_emp{
	border-color:#376692;
	border-style:solid;
	border-width:1px;
}
.tabela {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #005F9D;
	border-right-color: #005F9D;
	border-bottom-color: #005F9D;
	border-left-color: #005F9D;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 2px;
	padding-left: 2px;
}
.destaques {
	font-size: 9px;
}
fieldset {
	background: #F9F9F9;
	border: 1px solid #000;
	padding: 5px;
	margin-top: 10px;
}
legend {
	background: #FFF;
	border: 1px solid #000;
	padding: 5px;
}

