@charset "utf-8";
/* CSS Document */

.testes{
	background-image:url(_img/fd_rodape.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	padding:15px;
	line-height: 30px;
	font-weight: bold;
}

a:link {color:#666666;}

body {
	margin:0;
	text-align:center;
	background: url(_img/fd.gif) repeat left bottom;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#666666;	
}
a.link {text-decoration:none; padding:0;} 
a.link:hover {color: #999999;}
a.link:visited {color: #666666;}
 
div#geral {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top:#FFFFFF 5px solid;

} 
div#conteudo{color:#37586F;	padding: 0 30px 40px 25px; font-size:12px;}
a.conteudo{color:#37586F; text-decoration:none;}
a.conteudo:hover {color: #37586F; text-decoration:underline;} 

div#box_noticia_servico{
	color:#666666;
	height:195px;
	padding: 40px 30px 20px 30px;
	background-image: url(_img/box_noticias_servicos.jpg);
	background-repeat: no-repeat;
}
div#box_01{
	color:#666666;
	text-align:left;
	width: 220px;
	height: 160px;	
	background-image: url(_img/box_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 15px 10px 15px;
}
a.div#box_01{color:#666; text-decoration:none;}

li {margin-bottom:5px;list-style-type:none; }
li a:link, ul li a:visited {color:#666666;text-decoration:none;list-style-type:none;  }
li a:hover {color: #999999;} 

/*--- INICIO MENU LEFT ---*/
ul#menu {margin:0;	padding:2px 0 0 0;	list-style-type:none; text-align:left;}
ul#menu li {border-left:10px solid #9cb1bd;line-height: 14px; margin-top:10px;}
ul#menu li a:link, ul#menu li a:visited {line-height: 14px;padding: 0 0 0 10px;color:#37586F;text-decoration:none;}
ul#menu li a:link .subitem {padding: 0 0 0 10px;}
ul#menu li a:hover {color: #999999;	text-decoration: none;} 

.ttl{font-weight: bold; font-size:12px;}
.ttl_g{
	font-size:16px;
	font-weight: bold;
}

.ttl_cinza{font-weight:bold}
a.ttl_cinza{color:#666666; text-decoration:none;}
a.ttl_cinza:hover {color: #999999;} 

.ttl_cinza2{font-weight:bold; font-size:13px;}
a.ttl_cinza2{color:#666666; text-decoration:none;}
a.ttl_cinza2:hover {color: #999999;} 

.red{color:#990000;}

a.ttl_azul{	color:#003366;	text-decoration:none; font-weight: bold;}

.saiba_mais a{text-decoration: underline;}
a.saiba_mais:hover {color: #999999;}
a.saiba_mais:visited {color: #666666;}

div#barra_ttl {
	background-image:url(_img/faixa_titulos.gif);
	height:30px;
	margin:10px 0;
	padding:10px 25px 0 15px;
	text-align:left;
}
/*---  div#barra_ttl ul {list-style-text:none; padding-left:20px;}
div#barra_ttl ul li {display:inline;}  ---*/
div#linha {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D1DAE1;
}

div#ico_topo {
	background:url(../_img/ico_topo.gif) no-repeat right bottom;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
}

input, textarea {
	background-color:#a5cfe9;
	color:#003366;
	border: 1px #a5cfe9 solid;
	margin-top: 4px;
	width: 300px;
}
.radio {width:20px; background:#fff; border:none;}
.bt_enviar{ background-image:url(_img/botao.gif); width:83px; height:27px; border:none; color:#FFFFFF; font-weight:bold;}
