﻿/*Estrutura*/

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

/*Corpo*/

body {
	background: #CCC url(../imagens/bg.gif) repeat-x;
	font: 11px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #000000;
	border: none;
}

/*Layouts*/

#layout_principal {
	position: relative;
	width: 952px;
	background: #FFF url(../imagens/wrap.gif) repeat-y center top;
	margin: 40px auto 40px auto;
}

#cabecalho {
	position: relative;
	width: 952px;
	height: 245px;
	margin: 0;
	padding: 0;
	background-image: url(../imagens/header.jpg);
	top: 0px;
	left: 0px;
}

#menu_esq {
	float: left;
	width: 225px;
	margin: 0 0 20px 22px;
	padding: 0;  
	display: inline;  
}

#menu_esq_sup {
	width: 225px;
	height: 900px;
	background-image: url(../imagens/menu.gif);
	margin: 0;
	padding: 0;
}

#menu_esq_inf {
	width: 185px;
	height: 370px;
	margin: 20px;
}

#layout_central	{
	float: right;
	width: 670px;
	margin: 0 22px 20px 0;
	padding: 0;
	display: inline;
}

#menu_central {
	float: left;		
	width: 500px;
	padding: 0;
	margin: 0;
	display: inline; 	
}

#menu_dir {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;    
	display: inline;
}

#rodape {
	clear: both;
	width: 952px;	
	margin: 0;
	padding: 30px 0 25px 0;	
	background: #CCC url(../imagens/footer-bottom.gif) no-repeat left top;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	text-align: center;	
	letter-spacing: .2px;
}

#debug {
	clear: both;
	width: 952px;
	height: 100px;
	background-color: #999999;
}

#login {
	width: 386px;
	height: 235px;
	background-image: url(../imagens/login.png);
	margin: 0 auto 0 auto;
	padding: 0;    
}

/*Layout Player*/

#video_layout {
	float: right;    
	width: 640px;
	margin: 0 20px 20px 0;
	padding: 0;  
}

#video_menu {
	float: left;
	width: 250px;
	margin: 0 0 20px 20px;
	padding: 0;  
}

/*Cabeçalhos*/
	
h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
	font-weight: Bold; 	
	color: #000000;	
}

h1 {
	font-size: 2.9em;		
}

h2 {
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 24px;
	font-weight: normal;	
	padding-bottom: 10px;
	border-bottom: dotted 1px #88B743;
}

h4 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/*Ancoras*/

a {
	text-decoration: none;
	border: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: green;
}

a.hyper-links {
	text-decoration: underline;
	color: blue;
}

a.hyper-links:hover {
	text-decoration: underline;	
	color: green;
}

a.links {
	color: blue;
}
a.links:hover {
	color: green;
	text-decoration: underline;
}

a.anexo {
	color: #FF0000;
	text-decoration: none;
}

a.anexo:hover {
	text-decoration: underline;
	color: green;
}

a.email {
	text-decoration: underline;
	color: blue;
}

a.email:hover {
	text-decoration: underline;	
	color: green;
}

/*Listas*/

ol, ul {
	list-style: inside;
	text-align: justify; 
	margin-left: 0;
	padding-left: 0;
}

p {
	text-align: justify;
}

/* Navegação */

#nav {
	clear: both;	
	padding: 0;
	margin: 0 0 20px 0;
	width: 952px;
	height: 50px;
	background: #988060 url(../imagens/nav.gif) no-repeat;		
}

#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}

#nav ul li {
	float: left;
	margin: 0; 
	padding: 0 0 0 10px;		
}

#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFFFFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}

#nav ul li a:hover, #nav ul li a:active {
	color: #E7FAA9;	
}

#nav ul li#current {
	background: transparent url(../imagens/left-tab.gif) no-repeat;	
}

#nav ul li#current a {
	color: #4B3D2C;
	background: transparent url(../imagens/right-tab.gif) no-repeat right top;	
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

/*Cabeçalho*/

#cabecalho h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;

	/* Ajuste de posição do logo*/
	top: 83px;
	left: 46px;
}

#cabecalho a#slogan {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -1px;

	/* Ajuste de posição do slogan*/
	top: 145px;
	left: 92px;
}
	
/*Rodapé*/

#rodape p {
	float: left;
	margin: 0;
	padding: 0;
}

#rodape a {
	color: #79A325;
}

#rodape a:hover {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/*Menu Esquerdo*/

#menu_esq ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

#menu_esq li {
	padding: 2px 30px 12px 0;
	margin: 0px;
	text-align: right;
	background: url(../imagens/botao.gif) no-repeat;
}

#menu_esq a {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
	font-size: 14px;
	font-weight: normal;
}

#menu_esq_inf {
	
}

/*Centro da Página*/

#contato {
	border-bottom: dotted 1px #79A325;
	clear: both;
}

#contato p {
	text-align: center;	
}

.item {
	margin: 0;
}

.item_menu {
	padding: 20px 0 15px 10px;
}

/*Menu Direito*/

#menu_dir img {
	border: none;
	margin-bottom: 5px;
	padding: 0;
}

/*Menu Central*/

img.destaque {
	float: left;
	border: solid 1px #f5f5f5;
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0 10px 0 0;
}

img.destaque1 {
	float: left;
	border: solid 1px #f5f5f5;
	background-color: #f5f5f5;
	padding: 20px 5px 20px 5px;
	margin: 0;
}

td.titulo {
	font-size: 14px;
	text-align: left;
}

td.autor {
	font-size: 10px;
	color: #666666;
}

td.data {
	color: #666666;
	font-size: 10px;
}

#lista-destaque {
	clear: both;
	margin: 0;
	padding: 0;
}

.imagens img {
	border: none;
	margin: 0 6px 20px 6px;
}

.noticias_img img {
	float: left;
	border: solid 1px #f5f5f5;
	background-color: #f5f5f5;
	padding: 5px;
	margin-right: 10px;
}

.noticias_img p {
	text-align: justify;
}

/* Tabelas */

table.tabelas tr th{
	border-bottom: 2px solid #88B743;
	border-toP: 1px solid #88B743;
	color: #000000;
}

table.tabelas tr td {
	border-bottom: 1px dotted #88B743;
	color: #000000;
}

table.tabelas {
	border-top: 1px solid #88B743;
}

table.tabelas tr th {
	background-color: #BAD783
}

table.tabelas caption {
	font-size: 14px;
	font-weight: bold;
}

td.colum_esq {
	text-align:right;
}

td.borderbottom {
	border-bottom: dotted 1px #88B743;
}

/* Banner */

#lousa {
	position: absolute;
	margin: 20px 20px 0 612px;
	visibility: visible;
	border: none;	
}

#banner {
	position: absolute;
	margin: 200px 0 0 400px;
	visibility: visible;
	border: none;
}

/* Player */

.player {
	margin: 20px 0 20px 0;
}

/* Sistema de Login */

#login_align {
	width: 170px;
	margin: auto;
	padding-top: 43px;
}

#login_align label {
	margin-bottom: 15px;
}

#login_align input {
	margin-bottom: 15px;
}

/* Comunicados */

.comunicados p {
	margin: 3px 0 3px 0;
	padding: 0;
}

p.alinhamento {
	text-align: center;
}

/* Parágrafos */

p.underline {
	text-decoration: underline;
}

#lousa {
	position: absolute;
	margin: 20px 20px 0 612px;
	visibility: visible;
	border: none;	
}

/* Alterar Fontes */

#top-menu {
	position: absolute;
	padding: 6px 0 0 8px;
	background: url(../imagens/TamanhoFonteBase.png) no-repeat;
	width: 200px;
	height: 25px;
	top: 23px;
	right: 55px
}

.spanfonte
{
	cursor: pointer;
}

/* Debug */

img.debugimg {
	border: none;
	margin: 18px 0 0 10px;
	}

