/* CSS Document */

/*Divs*/
body {
	background-color: #f5f5f5;
	background-image: url(imagens/bg_geral.jpg);
	background-repeat: repeat-x;
}
#tudo{
	width: 950px; /*Centraliza em navegadores padrão*/
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topo{
	height: 135px;
	float: right;
	width: 950px;
	background-image: url(imagens/bg_topo.jpg);
	text-align: right;
}
#banner {
	height: 240px;
	width: 778px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8bca4;
	border-left-color: #c8bca4;
	float: right;
}


#conteudo{
	width: 950px;
	float:right;
}
#principal{
	width: 715px;
	float:right;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 6px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
	text-align: justify;
}
.borda_tab {
	border: 1px solid #E7EFE7;
}
.txt_verde {
	color: #009900;
}


#navegacao{
	width: 200px;
	float: left;
	background-image: url(imagens/bg_menu.jpg);
	background-repeat: repeat-x;
	margin-top: 6px;
	padding-bottom: 3px;
}
.img_menu {
	margin-bottom: 15px;
}
#home{
	width: 278px;
	float: left;
	padding-left: 14px;
	padding-top: 10px;
}
#noticias{
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
}
#rodape{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(imagens/bg_rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	width: 950px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CD3301;
	margin-top: 6px;
}
#menulateral{
	width: 160px;
	padding-top: 8px;
	
	}

#coluna1 {
	width: 322px;
	float: left;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
}
#coluna2 {
	width: 322px;
	float: right;
	padding-right: 10px;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	text-align: left;
}
#noticias2 {

	width: 600px;
	float: right;
	padding-top: 10px;
}
#conteudo2 {
	width: 780px;
	float:right;
	background-image: url(imagens/bg_menulateral.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#menu {
	width:190px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #5A4625;
	background-color: #D2CAB7;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#menu h3{
	font-size:11px;
	cursor:pointer;
	line-height:18px;
	padding-left:20px;
	margin:1px 0;
	font-weight: normal;
	background-color: #EEEBE4;
	background-image: url(mais.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#menu h3.corrente{
	background-color: #EEEBE4;
	background-image: url(menos.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li a{
	display:block;
	color:#60543C;
	text-decoration:none;
	padding:3px 15px 3px 3px;
	margin-bottom:1px;
	background-color: #FFFFFF;
	background-image: url(seta.jpg);
	background-repeat: no-repeat;
	background-position: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#menu li a:hover{
	color:#7A6B4B;
	background-color: #F8F7F3;
	background-image: url(seta.jpg);
	background-repeat: no-repeat;
	background-position: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
* html li, * html li a {
height:1%;
}
* html #menu h3, *html #menu h3.corrente{
/*ie 6 e anteriores*/
background-position:8px center;
}
*:first-child+html #menu h3,
*:first-child+html $menu h3.corrente{
/* ie 7 */
background-position:8px center;
}

#img_lateral {
	width: 167px;
	float: left;
	padding-left: 13px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#sep_form{
	float: left;
	margin: 1 em 0;
	text-align: left;
}


/*Estilos txt*/
.titulos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	background-color: #DDDDDD;
	display: inline-block;
	width: 445px;
	text-align: right;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #7CA601;
	height: 20px;
	padding-top: 3px;
}
.titulos2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	background-color: #DDDDDD;
	display: inline-block;
	width: 595px;
	text-align: right;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #7CA601;
	height: 20px;
	padding-top: 3px;
}
.novidades{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F8202;
	display: inline-block;
	width: 145px;
	text-align: right;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #003333;
	height: 20px;
	padding-top: 3px;
}

.menu_linguas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006B9F;
	text-align: right;
	padding-top: 32px;
	padding-right: 13px;
}


.nome_inicio{
	background: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #73A117;
	height: 22px;
	width: 448px;
	display: inline-block; /*para IE6*/
	text-align: left;
	text-indent: 5px;
	padding-top: 5px;
}
.legenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: right;
}
.txt_verde_b_12{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-align: justify;
	line-height: 130%;
	padding-right: 10px;
	padding-left: 10px;
}
.txt_cinza_12{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 150%;
}
.txt_cinza_10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.txt_azul_10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.txt_bege_12{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7A6B4B;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 120%;
}
.txt_menu_top {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #828365;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 5px;
}
.txt_cinza11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
}

.txt_marinho_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	line-height: 150%;
}
.txt_menu_titulo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #828365;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.txt_obras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 185px;
	line-height: 130%;
	padding-right: 20px;
}
.txt_edificios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
	line-height: 130%;
	padding-right: 20px;
}


/*Estilos links*/
a.menu_top:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #828365;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 5px;
	text-decoration: none;
}
a.menu_top:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 5px;
	text-decoration: none;
}
a.menu_top:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 5px;
}
a.menu_top:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #828365;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 5px;
	text-decoration: none;
}

a.menu1:link{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 170px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
	margin-left: 9px;
	padding-left: 3px;
	margin-bottom: 2px;
}
a.menu1:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 170px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
	background-color: #FFFCFB;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CB3301;
	border-left-color: #CB3301;
	margin-left: 9px;
	padding-left: 3px;
	margin-bottom: 2px;
}
a.menu1:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 170px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
	background-color: #F9F1E6;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
	margin-left: 9px;
	padding-left: 3px;
	margin-bottom: 2px;
}
a.menu1b:link{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 178px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
	background-color: #DDECE2;
	margin-left: 9px;
	padding-left: 3px;
	margin-bottom: 2px;
}
a.menu1b:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #003300;
	height: 20px;
	width: 178px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
	background-color: #CADEBE;
	margin-left: 9px;
	padding-left: 3px;
	margin-bottom: 2px;
}
a.menu1b:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 178px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
	background-color: #F9F1E6;
	margin-left: 9px;
	padding-left: 3px;
	margin-bottom: 2px;
}


a.menu2:link{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 35px;
	width: 160px;
	text-decoration: none;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAE7D;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
}
a.menu2:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #CACAAA;
	height: 35px;
	width: 160px;
	text-decoration: none;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAE7D;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	text-indent: 10px;
	letter-spacing: 1px;
}
a.menu2:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 35px;
	width: 160px;
	text-decoration: none;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAE7D;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
}


a:link {
	color: #8A764A;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #006699;
}

/*Estilos imagens*/
.img_lateral {
	padding-left: 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0067B3;
}

.img_logo {
	float: left;
}

.img_spacer {
	float: left;
}
.img_obras {
	float: left;
	vertical-align: middle;
	padding-top: 8px;
}
.img_rw {
	float: right;
	position: absolute;
	z-index: 100;
	visibility: visible;
	left: 527px;
	top: 16px;
}
.aviso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003300;
	background-color: #E7EFE2;
	display: inline-block;
	padding: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #B3CCA4;
	width: 700px;
}
.div_bg_nav {
	background-color: #016600;
}

.clientes {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}

/*Estilos form*/
.enviar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
	height: 18px;
}
form {
    width: 440px; 
	font-size: 11px; 
	font-weight:bold
}
form fieldset {
	background-color: #ffffff;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	border: 1px solid #A9CEE2;
}
form legend {
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 0.2em;
}

form label {
	display: block;
	width: 180px;
	margin-bottom: 1em;
	height: 24px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form input {
	display: block;
}
form text area {
	display: block;
	width: 120px;
	background-color: #f5f5f5;
	height: 21px;
}
.txt_azul_12_linha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A6B4B;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 320px;
	display: inline-block;
}
.txt_reportagem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-right: 40px;
	padding-left: 40px;
	text-align: justify;
}
.txt_reportagemesp_dia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-top: 43px;
	padding-right: 35px;
}


#coluna3 {

	width: 550px;
	float: right;
	padding-top: 15px;
	padding-right: 5px;
}
.img_internas {
	padding-left: 3px;

}
#reportagem_esp {
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_esp.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.reportagemesp_sem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-right: 70px;
}

.txt_reportagemmanchete {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 0px;
}
.reportagemesp_autor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 40px;
	text-decoration: underline overline;
	text-transform: uppercase;
}
.reportagem_subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-right: 40px;
	padding-left: 40px;
}
.txt_reportagemmetr {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00AA80;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
}
.txt_laranja_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D43500;
}
.txt_reportagemcid {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #009933;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
}
.txt_reportagemnac {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
}
#reportagem_fsp {

	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_fsp.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.txt_reportagemcot {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993366;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
}
.img_dir {
	float: right;
	margin-top: 2px;
}
#reportagem_jt {

	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_jt.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#reportagem_veja {


	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_veja1.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.reportagem_subtitulobold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	padding-right: 40px;
	padding-left: 40px;
}
.img_dire {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.txt_reportagembold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.txt_azul_12_linha2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	margin-bottom: 1px;
	width: 530px;
	display: inline-block;
	margin-left: 10px;
}
#reportagem_gol {
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_gol.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#reportagem_cj {
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_campos.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#reportagem_jlocal {
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_jlocal.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#reportagem_joab {
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_oab.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#reportagem_cjr {
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_cjur.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#reportagem_oi {
	width: 570px;
	float: right;
	padding-top: 5px;
	right: 5px;
	padding-right: 5px;
	background-image: url(imagens/bg_oi.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.img_esq {

	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	background-color: #CD3704;
	padding: 3px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #D48C42;
}
#titulo {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CD3704;
	margin-top: 20px;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(imagens/bg_subtitulo.jpg);
	padding-right: 5px;
	padding-left: 5px;
	width: 705px;
	height: 21px;
	text-align: left;
	padding-top: 3px;
}
.txt_azul {

	color: #3976B3;
}
.txt_vermelho {


	color: #CC0000;
}
.borda_tab2 {

	border: 1px solid #006666;
}

