@charset "utf-8";
/* CSS Document */
@import url("padrao.css");
h1, h2, h3, h4, h5, h6 {
	color: #BA9501;
	margin-bottom: 5px;
	line-height: 110%;
}
.limpar{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------conteudo--------------------*/
#container {
	width:965px;
	margin: 0 auto;
	padding: 0;
}

/*------------------------------------------------topo--------------------*/
#topo{
	margin-top: 0;
	color: #000000;
	padding: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
/*------------------------------------------------cabecalho--------------------*/
#cabecalho{
	width:965px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height: 200px;
	background-image: url(../../image/topo_do_site.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
#logo {
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(../../image/logo.jpg) no-repeat 20px center;
	height: 200px;
	text-indent:-999px;
}
#cabecalho h1 {
	display: none;
}
.logo {
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(../../image/logo.jpg) no-repeat;
	height: 200px;
	text-indent:-999px;
}
.logo  img {
	display: none;
}
div.menu {
	background: url(../lay/bg_menu.gif) repeat-x center center;
	width: 100%;
	float: left;
	padding: 0px;
}
div.menu ul{
	margin:0px;
	text-align: center;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
}
div.menu ul li {
	display:inline;
	padding: 0px;
	margin: 0;
}
div.menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 15px;
	;
	display: inline;
	font-size: 14px;
	margin: 0px;
	height: 35px;
	font-weight: bold;
}
div.menu ul li a:hover{
	color: #FFFFFF;
	background: url(../lay/bg_menu_hover.gif) repeat-x;
}
#conteudo{
	float: left;
	margin:0px;
	background-color:#FFFFFF;
	color: #003366;
	width: 100%;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
	padding: 0px;
}
#principal {
	float: none;
	margin:0px 10px 30px;
	display: block;
	min-height: 100%;
	padding: 10px 20px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}
#principal img {
	margin: 5px;
	border: 1px solid #666666;
}
#principal  a {
	font-weight: bold;
	color: #000000;
}
#principal  a:hover {
	color: #333333;
	text-decoration: underline;
}
.img_dir    {
	float: right;
	margin: 0px;
	padding: 0px;
	border: 5px solid #E5D8B8;
}
.img_esq   {
	float: left;
	margin: 0px 10px 0px 20px;
}
/*------------------------------------------------itens--------------------*/
#itens {
	width: 850px;
	font-weight: bold;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#itens ul {
	padding:0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#itens li {
	display: inline;
	margin: 0px 5px;
	padding:0px;
	width: 200px;
	float: left;
	height: 135px;
}
#itens li a {
	display: block;
	color: #333333;
	padding: 2px;
	margin: 0 0 2px;
	font-size: 12px;
}
#itens li a:hover {
	color: #000000;
	text-decoration: none;
}
#itens li a span img{
	width: 120px;
	height:90px;
	margin:0px;
	padding: 0px;
	border: 1px solid #C6C6C6;
}
#itens li a:hover span img{
	border: 1px solid #818181;
}
#itens li a span{
	display:block;
	padding:5px 5px 0 0;
}
#itens li span span{
	font-size:12px;
	color:#252525;
	margin:0;
	padding:0!important;
	height:40px;
	cursor:pointer;
	line-height: 14px;
	font-weight: normal;
	display: none;
}
/*------------------------------------------------boxs--------------------*/
div.area_chamadas {
	padding: 0;
	height: 170px;
}
div.area_chamadas li {
	height:170px;
	float: left;
	padding: 0 15px;
	background: #F0F0F0 url(../lay/bg_box.gif) repeat-x;
}
div.area_chamadas li.b_1 {
	width: 310px;
	text-align: center;
}
div.area_chamadas li.b_2 {
	width: 310px;
	margin: 0 5px 0 5px;
	text-align: center;
}
div.area_chamadas li.b_3 {
	width: 245px;
	float:right;
	background: url(../../image/img_box03.jpg) no-repeat right bottom;
	text-align:left;
	border-top: none;
}
div.area_chamadas li span {
	height: 110px;
	width: 115px;
	display: block;
	float:left;
	margin: 10px auto;
	text-indent: -9999px;
	border: 1px solid #CCCCCC;
}
div.area_chamadas li.b_3 span {
	height: 110px;
	width: 115px;
	display: block;
	margin: 10px auto;
	text-indent: -9999px;
}
div.area_chamadas li.b_1 span {
	background: url(../../image/img_box01.jpg) no-repeat center center;
}
div.area_chamadas li.b_2 span {
	background: url(../../image/img_box02.jpg) no-repeat center center;
}
div.area_chamadas li.b_3 span {
	display:none;
}
div.area_chamadas li a {
	display:block;
	height:160px;
	cursor:pointer;
}
div.area_chamadas li a:hover b {
	color: #000000!important;
}
div.area_chamadas li a:hover strong {
	color: #000000;!important;
}
div.area_chamadas li a strong {
	color: #666666;
	text-decoration: none;
	height: 20px;
	display: block;
	padding: 10px 0px 0px;
	font-size: 20px;
	font-weight:bold;
}
div.area_chamadas li.b_3 a strong {
	color:#9D801C;
	font-size:25px;
	padding: 5px 0 0 0;
}
div.area_chamadas li a b {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin: 10px 5px;
	display: block;
	font-weight: bold;
	float:right;
	width:175px;
	text-align:left;
	line-height: 22px;
}
div.area_chamadas li.b_3 a b {
	font-size: 14px;
	line-height: 18px;
	text-align:left;
	margin: 7px 0 0 0;
	width:150px;
	float:left;
}
/*------------------------------------------------rodape--------------------*/
#rodape{
	width:100%;
	padding: 0px;
	float: left;
	text-align: center;
	margin: 0px;
	display: block;
}
.rodape_links  div.menu_rodape {
	width:100%;
	float: left;
	padding: 8px 0px 0px;
	height: 30px;
	background: #DBBD11;
}
.rodape_links div.menu_rodape ul{
	list-style-image: none;
	text-align: center;
	width: 100%;
}
.rodape_links div.menu_rodape ul li {
	display: inline;
}
.rodape_links div.menu_rodape ul li a{
	text-decoration: none;
	padding: 0px 15px;
	height: 25px;
	margin-bottom:5px;
	color: #142524;
	border-left: 1px solid #4B4B4B;
	display:inline;
	font-size: 13px;
	font-weight: bold;
}
.rodape_links div.menu_rodape ul li a:hover{
	color: #666666;
	text-decoration: underline;
}
.rodape_links div.menu_rodape ul li.primeiro a{
	border: none;
}
#rodape .credito {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px;
	float: left;
	width: 100%;
	color: #5C5C5C;
	padding: 5 0 10px 0;
}
#rodape .credito a {
	color: #000000;
}
#rodape .credito a:hover {
	color: #FFFFFF;
}

/*------------------------------------------------formulário--------------------*/
div.padrao form {
	padding: 3px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
div.padrao form fieldset {
	border-style: none;
}
div.padrao form fieldset legend {
	display: inline;
	padding: 2px 10px;
	margin: 0 0 5px;
	float: left;
	cursor: default;
}
div.padrao form fieldset legend a {
	font-size: 12px;
	color: #CCCCCC;
}
div.padrao form fieldset legend a:hover {
	text-decoration: none;
}
div.padrao form label {
	margin: 0 0 5px;
	float: left;
	width: 100%;
}
div.padrao form label strong,
div.padrao form label strong *,
div.padrao form fieldset legend a strong {
	font-size: 13px;
	color: #000000;
}
div.padrao form label strong {
	width: 135px;
	display: block;
	text-align: right;
	line-height: 26px;
	float: left;
	margin: 0 2px 0 0;
	font-size: 12px;
}
div.padrao form input,
div.padrao form select,
div.padrao form textarea {
	font-size: 13px;
	background: #EFEFEF;
	color: #000000;
	font-weight: bold;
	padding: 2px 4px;
	width: 210px;
	border: 1px solid #EFEFEF;
}
div.padrao form select {
	width: 220px;
}
div.padrao form textarea {
	height: 120px;
}
div.padrao form select option{
	color: #000000;
	padding: 0px 0px 0px 2px;
}
div.padrao form label span {
	display: inline;
	font-size: 11px;
	position: absolute;
	margin: 2px 0 0 0px;
	white-space: nowrap;
	color: #FF0000;
}
div.padrao form label.sim *{
	color: #B3B3B3;
}
div.padrao form label.nao * {
	color: #FF0000;
}
div.cadastro form label span.domi {
	color: #DD3A33;
	display: block;
	float: right;
	position: absolute;
	margin: -20px 0px 0px 217px;
	font-weight: bold;
}
div.padrao form label.sim input,
div.padrao form label.sim select,
div.padrao form label.sim textarea{
	background: #FBE188;
	border: 1px solid #959595;
}
div.padrao form label.nao input,
div.padrao form label.nao select,
div.padrao form label.nao textarea {
	background: #FBF2CA;
	border: 1px solid #333333;
}
div.padrao form label.sim span{
	text-indent: 10px;
}
div.padrao form label.nao span{
	text-indent: 10px;
}
div.padrao form span.exibicao {
	display: block;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	width: 270px;
	text-align: center;
	float: left;
	margin: 0 0 5px;
	position: relative;
	left: 105px;
	padding: 2px 0;
}
div.padrao form div.botoes {
	padding: 0 0 0 135px;
}
div.padrao form button,
div.padrao form a#resetar {
	margin: 0 50px 0 0;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background: #F8C400;
	border: 1px solid #F8C400;
	float: left;
	height: 22px;
	font-size: 13px;
	line-height: 22px;
	width: 80px;
	display: block;
	position: relative;
}
div.padrao form a#resetar {
	cursor:default;
	text-decoration:none;
}