@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #faf5e5;
	background-image: url(images/cabecalho.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


.cabecalho {
	width: 780px;
	height: 250px;
	margin: 0 auto;
}




.conteudo {
	width: 780px;
	margin: 0 auto;
}

.menu, .menu ul{
	margin: 0;
	padding: 0;
	border-right: solid 3px #ff6600;
	list-style: none;
}

.menu li {
	text-align: right;
}

.menu a{
	display: block;
	padding: 5px;
	color: #ff6600;
	text-decoration: none;
	font: bold 24px Garamond, "Times New Roman", Times, serif;
}

.menu a:hover{
	background-color: #fbe6ce;
}

.menu .atual {
	background-color: #fbe6ce;
}

.menu .sub {
	border-right: solid 5px #FFA86F;
}

.subtopico {
	width: 140px;
	padding: 5px 15px 0 15px;
	margin: 0 0 5px 15px;
	float: right;
	background-color: #e0eeee;
	border-bottom: solid 5px #F0F5F8;
	border-left: solid 5px #F0F5F8;
}

.subtopico p {
	margin: 0;
	padding: 0;
}

.texto {
	padding: 0 0 0 25px;
	margin: 0;
	font: normal 16px  Garamond, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 150%;
}

.texto a{
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}

.texto a:hover{
	border-bottom: solid 1px #000;
}

.texto ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.texto li {
	padding: 3px 6px;
	background-color: #fbeddd;
	margin: 2px 0px;
}

.texto li a{
	border: none;
}



.titulo {
	font: bold 35px  Garamond, "Times New Roman", Times, serif;
	color: #ff6600;
}

.subtitulo {
	font: bold 25px  Garamond, "Times New Roman", Times, serif;
	color: #fbe6ce;
	display: block;
	border-bottom: dotted 1px #ff6600;
	margin-top: 25px;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

.rodape {
	height: 150px;
	background-image: url(images/rodape.jpg);
	background-position: center;
}

.aviso {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-color: #FFC;
	border: solid 1px #FC6;
}

.noticias_menores {
	margin: 20px 0 0 0;
	font: normal 17px  Garamond, "Times New Roman", Times, serif;
	text-align: left;
}

.noticias_menores a {
	color: #000;
	border: none;
}

.link_mais a{
	color: #0096AD;
	font: bold 16px  Garamond, "Times New Roman", Times, serif;
}

hr {
	border: none;
	border-bottom: solid 1px #C0E1E8;
}

.box_video {
	width: 105px;
	height: 180px;
	padding: 3px;
	
	margin: 2px;
	float: left;
	
	font: normal 13px  Garamond, "Times New Roman", Times, serif;
	text-align: center;
	
	color: #666;
}

.box_video p{
	margin: 0;
	padding: 0;
}

.linha_0 {
	padding: 6px;
	background-color: #fbe6ce;
}

.linha_0 a {
	border: none;
}

.linha_1 {
	padding: 6px;
	background-color: #fbeddd;
}

.linha_1 a {
	border: none;
}

.aba_titulo a {
	display: block;
	
	background-image: url(images/aba_degrade.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	
	color: #054953;
	font: bold 14px  Garamond, "Times New Roman", Times, serif;
	
	border: none;
	text-decoration: none;
	
	padding: 10px 20px 10px 40px ;
	margin: 20px 0 0 0;
	
}

.aba_titulo a:hover {
	border: none;
	text-decoration: none;
}


.aba_titulo_aberta a {
	display: block;
	
	background-image: url(images/aba_degrade_aberta.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	
	color: #054953;
	font: bold 14px  Garamond, "Times New Roman", Times, serif;
	
	border: none;
	text-decoration: none;
	
	padding: 10px 20px 10px 40px ;
	margin: 20px 0 0 0;
	
}

.aba_titulo_aberta a:hover {
	border: none;
	text-decoration: none;
}


.aba_texto {
	display: none;
	
	color: #000;
	font: normal 16px  Garamond, "Times New Roman", Times, serif;

	padding: 10px 20px ;
	
}