/*		STYLES TEXTO		*/
.conteudo_principal{font:normal 12px "Trebuchet MS", sans-serif; text-align:justify;}
.tit1{
	font:bolder 13px "Trebuchet MS", sans-serif;	
	color:#ff3300;
	}
.cont_color1{
	font:bolder 12px "Trebuchet MS", sans-serif;	
	color:#999999;
	}
/*		STYLES LINKS ETC		*/
a{color:#000;}
a:visited{color:#000;}
a:hover{color:#ff3300;}
a:active{color:#000;}

/*		GERAL		*/	
.fix{clear:both;}
body{
	background-color:#666;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	}
/*		TOPO		*/
#estrutura{
	width:850px;
	margin:auto;
	background:url(../images/background_estrutura.jpg) repeat-y;
	border:1px solid #fff;
	margin-top:17px;
	*margin-top:2px;
	}
#topo{
	width:850px;
	height:136px;
	margin:auto;
	border-top:10px solid #fff;
	background:#000;
	border-bottom:8px solid #ff3300;
	}
#topo h1{margin:0px; padding:0px; margin-left:30px; padding-top:5px;}
#topo h1 a{
	width:182px;
	height:126px;
	display:block;
	text-indent:-9999px;
	background:url(../images/logotipo.jpg) no-repeat;
	float:left;
	}
#topo h2{
	width:501px;
	height:58px;
	text-indent:-9999px;
	background:url(../images/instituto_irtdpj.jpg) no-repeat;
	border-top:1px solid red;
	padding-right:20px;
	margin-left:117px;
	*margin-top:20px;
	float:left;
	}
.data_topo{
	width:585px;
	text-align:right;
	padding-right:10px;
	border-right:1px solid red;
	float:left;
	*margin-top:20px;
	}
/*		MIOLO		*/
#conteudo{
	width:850px;
	margin:auto;
	}
#menu_banner{
	width:179px;
	margin-right:26px;
	float:left;
	}
.menu{width:179px;}
.banner{
	width:179px;
	text-align:center;
	padding-top:20px;
	background:url(../images/background_banner.gif) repeat;
	}
#corpo_conteudo{
	width:620px;
	float:left;
	}
/*		HOME		*/
#noticias_home{
	width:620px;
	margin:auto;
	margin-top:20px;
	margin-bottom:10px;
	background:url(../images/separador_noticias.gif) repeat-y;
	}
.noticias{
	width:290px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	text-align:justify;
	}
/*		FORMULÁRIOS		*/
form{
	width:500px;
	margin:auto;
	}
form p {
	clear: both;
	margin: 5px
	}
	form label {
	display: block; 
	float: left; 
	width: 110px; 
	text-align: right; 
	padding: 4px 
	}	
.botoes_form{
background:#666;
border:1px solid #000;
color:#fff;
font-weight:bolder;
margin-top:3px;
}
/*		RODAPÉ		*/
address{
	clear:both;
	font:bolder 12px "Trebuchet MS", sans-serif;
	color:#fff;
	text-align:center;
	background:url(../images/rodape.gif) repeat-y;
	padding:5px 0px 5px 0px;
	}
address a{color:#fff; text-decoration:none;}
address a:visited{color:#fff; text-decoration:none;}
address a:hover{color:#000; text-decoration:none;}
address a:active{color:#fff; text-decoration:none;}
