@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

#divSite{
	width:100%;
}

#divConteudo{
	width:650px;
	position:absolute;
	right:50%;
	margin-right:-325px;
	text-align:center;
}

#divTopo{
	width:100%;
	height:34px;
	background-image:url(../images/fundoTopo.gif);
	background-repeat:repeat-x;	
	padding-bottom:15px;
}

#divDadosJustica{
	width:650px;
	height:140px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#divDadosJustica h1{
	width:86px;
	height:86px;
	margin-bottom:5px;
	text-indent:-9999px;
	background-image:url(../images/imagemBrasao.gif);
	background-repeat:no-repeat;
	margin-left:280px;
	*margin-left:0;
}

#divDadosJustica h2{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:3px;
}

#divDadosJustica h3{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom:3px;
}

#divDadosJustica h4{
	font-size: 10px;
	font-weight: normal;
	color: #447AA4;
}

#divLogin{
	width:650px;
	height:150px;
	background-image:url(../images/fundoLogin.gif);
	background-repeat:repeat-x;
}

#divLoginImagem{
	width:160px;
	height:150px;
	background-image:url(../images/imagemLogin.jpg);
	background-repeat:no-repeat;
	float:left;
}

#divLoginFormulario{
	width:220px;
	height:100px;
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	float:left;
	padding-left:50px;
}

#divLoginFormulario fieldset{
	border:none;
	padding-top:40px;
}

#divLoginFormulario fieldset legend{
	display:none;
}

#divLoginFormulario fieldset input{
	margin-top:3px;
}

#login{
	margin-right:3px;
	*margin-right:0;
}

#divLoginBotoes{
	width:144px;
	height:150px;
	float:right;
	padding-top:7px;
}

#divLoginBotoes ul{	
	list-style:none;
}

#divLoginBotoes ul li img{	
	border:none;
}

#divTeste{
	width:630px;
	height:30px;
	margin-top: 10px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#94C1E7;
	padding:5px 0 5px 0;
}

#divRodape{
	position:relative;
	top: 365px;
	width:100%;
	height:15px;
	background-image:url(../images/fundoRodape.gif);
	background-repeat:repeat-x;	
}

.destaque{
	font-weight:bold;
}