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


*{
	padding:0;
	margin:0;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-size:11px;
	}

body{ background:url(../img/bg.jpg) repeat-x ;}

#master{
	width:900px;
	height:auto;
	margin:0 auto;
	display:block;
	
}


#master #topo{
	width:900px;
	height:82px;
	margin:0;
	display:block;
	padding: 5px 0 5px 0;
}
#master #topo #titulo{
	width:360px;
	height:82px;
	margin:0;
	display:block;
	float:left;
}

	.fontlaranjatitulo{
		color: #f04100;
		font-size: 18px;
		font-weight:bold;
		float:left;
		padding: 10px 0 0px 0;
		list-style: none;
	}
	.fontazul{
		color: #184679;
		font-size:14px;
		font-weight:bold;
		list-style: none;
	}


#master #topo #menu{
	width:400px;
	height:62px;
	margin:0;
	display:block;
	float:left;
	padding: 20px 0 0 20px;
	font-size:18px;
}
	
	a.fontlaranjamenu:link, a.fontlaranjamenu:visited, a.fontlaranjamenu:hover {
		color: #f04100;
		font-size: 14px;
		padding: 15px 19px 5px 19px;
		font-weight:bold;
		text-decoration:none;
	}
	
	.limenu{
		padding: 10px 0 0 0;
		height: 25px;
		list-style:none;
		display:inline;
		float:left;
		background: url(../img/barraMenu.gif);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	.limenufim{
		padding: 10px 0 0 0;
		height: 25px;
		list-style:none;
		display:inline;
		float:left;
	}

#master #lineleft{
	width:135px;
	height:450px;
	margin:0;
	display:block;
	float:left;
	padding: 10px 0 0 0;
}
	.lititulotop{
		background:url(../img/bgLaranja.gif);
		list-style:none;
		height: 24px;
		width:123px;
		color:#FFF;
		padding: 0px 0 0px 10px;
		font-size:12px;
		margin: 5px 0 0 0 ;

	}


	.lititulo{
		background:url(../img/bgLaranja.gif);
		list-style:none;
		height: 24px;
		width:123px;
		color:#FFF;
		padding: 0px 0 0px 10px;	
		
	}
	
	.fontlititulo{
		color:#FFF;
		padding: 8px 0 0px 0px;
		font-size:12px;	
		
	}
	

	
	 .lilink{
		background:#FFF;
		color: #333;
		list-style:none;
		padding: 5px 0 5px 5px;
		width:126px;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
	
	 a.linkleft:link, a.linkleft:visited{
		background:#FFF;
		color: #5d5d5d;
		padding: 3px 0 0 5px;
		text-decoration:none;
		
	}
	
	a.linkleft:hover{
		background:#FFF;
		color:#333;
		padding: 3px 0 0 5px;
		text-decoration:underline;
	}
	
	.lilinkfin{
		background:#FFF;
		color: #5d5d5d;
		list-style:none;
		padding: 3px 0 0 5px;
		width:126px;
		border-bottom:1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}

#master #conteudo{
	width:590px;
	min-height: 500px;
	height:auto;
	margin:0;
	display:block;
	float:left;
	padding: 20px 0 0 10px;
	
}
	
	.senha{
		padding: 20px 0 0 150px;
		color:#585858;
	}
	
	.btn{
		margin: 0 0 0 230px;
		width:50px;
	}
	
	
	.tabelabg{
		background:url(../img/tabela.gif) repeat-x;
		border: 1px solid #e2e2e2;
		height: 31px;
		font-size:16px;
		color:#585858;
	}
	
	.tabelabgcont{
		background: #FFF repeat-x;
		border: 1px solid #e2e2e2;
		font-size:11px;
		color:#585858;
	}


	.titulotop{
		color: #184679;
		font-size:14px;
		font-weight:bold;
		list-style:none;
		text-align:center;
	}

	.titulointerna{
		color: #184679;
		font-size:12px;
		font-weight:bold;
		list-style:none;
		padding: 0 0 10px 10px;
		background:url(../img/linha.gif) repeat-x ;
		background-position:bottom;
	}
	
	.titulointernatop{
		color: #184679;
		font-size:14px;
		font-weight:bold;
		list-style:none;
		padding: 0 0 10px 10px;
		background:url(../img/linha.gif) repeat-x ;
		background-position:bottom;
	}
	
	.titulo{
		color: #184679;
		font-size:12px;
		font-weight:bold;
		list-style:none;
		padding: 0 0 10px 10px;
	}
	
	#master #conteudo #box{
		width: 180px;
		height: 223px;
		float:left;
		padding: 15px 0px 0px 0px;
		color: #5d5d5d;

	}

	#master #conteudo > #box{
		width: 180px;
		height: 223px;
		float:left;
		padding: 15px 16px 15px 0;
		color: #5d5d5d;
		
	}
	
	.cont{
		padding: 5px 0 0 10px;
		font-size:11px;
		color:#585858;

	}
	
	li.liconte{
		margin-left:40px;
		margin-bottom:10px;
		font-size:11px;
		color:#585858;
		

	}
	
	a.contlink:link, a.contlink:visited{
		padding: 5px 0 0 10px;
		font-size:11px;
		color:#585858;
		text-decoration:none;
	}
	
	a.contlink:hover{
		padding: 5px 0 0 10px;
		font-size:11px;
		color:#585858;
		text-decoration:underline;
	}
	
	.contpeq{
		padding: 10px 0 0 10px;
		font-size:10px;
	}
	
	.barra{
	padding: 10px 0 0 0;
	float:left;
	list-style:none;
	}
	
	.onip{
		padding: 0 0 0 60px;
	}


#master #lineright{
	width:150px;
	height:500px;
	margin:0;
	display:block;
	float:right;
	padding: 15px 0 0 0;
}
#master > #lineright{
	width:150px;
	height:450px;
	margin:0;
	display:block;
	float:right;
	padding: 15px 0 0 0;
}

	.litituloright{
		background:url(../img/bgLaranja.gif);
		list-style:none;
		height: 22px;
		width:137px;
		color:#FFF;
		font-size:12px;
		padding: 2px 0 0 10px ;
		margin: 0;

		
	}
	
	.fontlitituloright{
		color:#FFF;
		padding: 4px 0 0px 0px;
		font-size:12px;	
		
	}
	
	.licont{
		width:130px;
		background:#FFF;
		color: #5d5d5d;
		list-style:none;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		padding: 5px 5px 5px 10px;

	}
	
	.licont2{
		width:105px;
		background:#FFF;
		color: #5d5d5d;
		list-style:none;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		padding: 10px 20px 5px 20px;
		text-align:justify;
	}

	
	
	a.linkverm:link, a.linkverm:visited{
		width:140px;
		background:#FFF;
		color: #f04100;
		font-weight:bold;
		text-decoration:none;
		padding: 0 0 0 5px;
	}

	a.linkverm:hover{
		width:145px;
		background:#FFF;
		color: #f04100;
		font-weight:bold;
		text-decoration:underline;
	}
	
	.lilinkverm2{
		width:125px;
		background:#FFF;
		list-style:none;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		text-align:right;
		padding: 10px 20px 0px 0 ;
	}

	
	.lilinkverm{
		width:135px;
		background:#FFF;
		list-style:none;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
		text-align:right;
		padding: 10px 10px 0px 0 ;
	}
	.liImg{
		width:145px;
		height:135px;
		list-style:none;
		background:url(../img/bannerDireita.gif);
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid  #CCC;
	}

	.liImgbarra{
		width:145px;
		background:#FFF;
		list-style:none;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
	}

#foot{
	background:url(../img/rodape.gif) repeat-x ;
	width: 100%;
	height:70px;
	text-align:center;
	display:block;
	float:left;
	clear:both;
	margin-top:15px;

	
	
}
	.liconteudo{
	color:#333;
	padding: 19px 0 13px 0;
	list-style:none;
	}
	
	#foot > .liconteudo{
	color:#333;
	text-align:center;
	list-style:none;

	}
	
	.lidireitos{
	color: #666;
	list-style:none;
	text-align:center;

	}
	
	 a.linkfoot:link, a.linkfoot:visited{
	color: #5d5d5d;
	padding: 3px 0 0 5px;
	text-decoration:none;
	}
	
	a.linkfoot:hover{
	color:#333;
	padding: 3px 0 0 5px;
	text-decoration:underline;
	}
	
	.imgComMargem{
	margin-right:7px;
	margin-top:7px;
	
	}
	
	#master #conteudo .linkcont{
		color: #184679;
		
	}
	#master #conteudo #box a {
	color: #184679;
}

