/* CSS PADRAO DO SITE 
ESTIOS UNICOS POR PAGINA DEVEM SER CHAMADOS POR ID E ESTILOS REPETIDOS POR CLASS
--------------------------------------------------------------------------------*/

/* GERAL 
--------------------------------------------------------------------------------*/

.floatLeft {
	float:left;
}

.floatLeftImg {
	float:left;
	margin: 0px 10px 0px 0px;
}

.floatRight {
	float:right;
}

.floatRightImg {
	float:right;
	margin: 0px 0px 0px 10px;
}

/* Define todos os estilos gerais das páginas (Nao é reconhecido pelo Mozilla) */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: #000000;
} 

/* Define todos os estilos gerais das divs, tds, selects e inputs */
div, td, select, input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

  
/* Controla todo o conteudo da pagina */
h1 {
	color: #000000;
	font-size: 11px!important;
	margin: 0px!important;
}

h2 {
	color: #868686;
	font-size: 12px!important;
	margin: 0px!important;	
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none!important;
}

a:hover {
	color: #FE0000;
	text-decoration: underline!important;
}

iframe {
	margin: 0px!important;
	padding: 0px!important;
}

#bread {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FE0000;
	font-weight: bold;
	width: 560px;
	text-align:left;
}

#bread span {
	color: #000;
	font-weight: normal;
}

#bread a {
	color: #000;
	font-weight: normal;
	text-decoration: underline!important;
}

#bread img {
	margin: 0px 3px 0px 3px;
}

.tituloMenu {
	color: #FE0000;
	font-weight: bold;
	font-size: 12px!important;	
	margin: 0px!important;
	background: url('/images/marcador_titulo_menu.gif') no-repeat 11px 0px;
	padding: 0px 0px 0px 28px!important;
	background-color: #E8E8E8;
	
	
}

.tituloMenu a {
	text-decoration: none!important;
	color: #FE0000;
}

.tituloMenu a:hover {
	text-decoration: none!important;
	color: #FE0000;
}

.txtVermelho {
	color: #E91E26;
}

.txtAzul {
	color: #1E90FF;
}

.txtVerde {
	color: #32CD32;
}

.txtLaranja {
	color: #FFA500;
}

.txtAmarelo {
	color: #C6BC00;
}

.marcado {
	color: #FE0000;
	text-decoration: underline!important;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}


/* Criada para centralizar o conteudo no Firefox */
#global {
	width: 100%;
	text-align:center;
}

#geral {
	width: 766px;
	text-align: center;	
	margin:auto;
	margin-top: 2px;
}

/* O padrao da tag lista deve ser ser margin ou padding igual a zero, caso queira colocar um valor diferente dessa em uma lista crie uma nova class usando o !important para diferenciar */

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.lista {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align : left;
}

.lista li {
	background: url(/images/bullet_preto.gif) no-repeat 0px 5px;
	padding-left: 15px;
	text-align : left;
	margin-bottom: 10px;
}

/* TOPO 
--------------------------------------------------------------------------------*/

#topo {
	width: 756px;
	margin: auto;
}
#controlaLogo {
	float: left;
}
#controlaTodoTop {
	float: left;
	background-color: #ededed;
}
#controlaFlash{
	float: left;
	width: 460px;
	height: 80px;
	background: url('/images/topo_foto_01.jpg') no-repeat 0px 0px;
}

#logo {
	float: left;	
}
#ajustaFlash {
	float: left;
}

#controlaMenuSuperior {
	float: left;
	width: 756px;
}

#superior {
	list-style-type: none;
	float: right;
	width: 746px;
	text-align: right;
	padding: 0px 10px 3px 0px;
}

#superior li {
	display: inline;
	margin-left: 15px;
}

#superior #ultimo {
	margin-right: 20px;
}

#superior li a {
	text-decoration: none;
	font-size: 10px;
	color: #000;
}

#superior li a:hover {
	color: #dc706d;
}

#topoCentral {
	float: left;
	width: 662px;
}

#centroTopo {
	height: 79px;
	background-color: #FE0000;

}

#inferior {
	float: left;
	width: 735px;
	background: url('/images/topo_cinza.gif') no-repeat 0px 0px;
	padding-left: 20px;
}

#inferior li {
	float: left;
}

#inferior li a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 7px 20px 0px 20px;
	float: left;
	color: #666666;
	height: 25px;
	display: block;
}

#inferior li a:hover {
	color: #FE0000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none!important;
	text-align: center;
	padding: 7px 20px 0px 20px;
	background-color: #FFF;
	height: 25px;
	display: block;
}

#inferior li a.marcado {
	color: #FE0000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none!important;
	background-color: #FFF;
	text-align: center;
	padding: 7px 20px 0px 20px;
	height: 25px!important;
}

.ultimo{
	padding: 0px 0px 0px 0px!important;
	width: 112px;
	display: block;
	height: 25px!important;
}

.ultimo a{
	color: #FE0000;
	font-weight: bold;
	font-size: 10px!important;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px!important;
	height: 25px!important;
	width: 112px;
	display: block;
}

.ultimo a:hover{
	color: #FE0000;
	font-weight: bold;
	font-size: 10px!important;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	padding: 0px 0px 0px 0px!important;
	height: 25px!important;
	width: 112px;
	display: block;
}

.ultimomarcado{
	color: #FE0000!important;
	width: 112px;
	padding: 5px 7px 0px 7px!important;
	background-color: #FFF!important;
	display: block;
	height: 25px!important;
}

#ferramentas {
	float: right;
	margin: 10px 2px 10px 0px;	
	font-size:9px;
}

#ferramentas img {
	margin-left:10px; 
}

/* MENU 
--------------------------------------------------------------------------------*/

#contentMenu {
	width:178px;
	padding-right: 15px;
	float: left;
	text-align: left;
}

#menu {
	width:178px;
	background-color: #E8E8E8;
	padding: 10px 0px 5px 0px;
	

}

#menu li {
	margin: 0px;
	padding: 0px 0px 8px 10px;
}

#menu li a {
	text-decoration: none;
	font-size: 10px;
}

#menu li a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #dc706d;
}

#menu li a.marcado {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#menu li ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	margin-bottom: -8px;
}

#menu li ul li {
	margin: 0px;
	padding: 0px 0px 8px 10px;
}

#menu li ul li a {
	text-decoration: none;
	font-size: 10px;
}

#menu li ul li a:hover { 
	text-decoration: none;
	font-size: 10px;
	color: #dc706d;
}

#menu li ul li a.marcado { 
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FE0000;
}

#menu li ul li ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	margin-bottom: -8px;
}

#menu li ul li ul li {
	margin: 0px;
	padding: 0px 0px 8px 10px;
}

#menu li ul li ul li a {
	text-decoration: none;
	font-size: 10px;
}

#menu li ul li ul li a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #dc706d;
}

#menu li ul li ul li a.marcado {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FE0000;
}


/* CONTEUDO 
--------------------------------------------------------------------------------*/
#controlaConteudo {
	width: 769px;
	background-color: #FFF;
}

#conteudo {
	width: 769px;
	float: left;
	background-color: #FFF;
}
#conteudo_noticia {
	float:left;
	margin-bottom: 20px;
	text-align: left;
	width: 580px;
}

#conteudo a {
	text-decoration: underline;
}

#corpo {
	float: left;
	width: 550px;
	text-align: left;	
}

.corSubTitulo {
	color: #294a7b;
}

/* CONTEUDO  Padão Tabelas Internas*/


#conteudo .tabela {
	margin-left: 0px;
}
#conteudo .tabela th {
  	background-color: #E8E8E8;
	color: #666666;
	font-size: 11px;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
}
#conteudo .tabela td {
	border-width: 1px;
	border: solid;
	border-color: #aaaaaa;
	color: #666666;
	font-size: 11px;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
	text-align: center;
	padding: 2px;
	width: 200px;
}
#conteudo .tabela2 {
	margin-left: 220px;
}
#conteudo .tabela2 th {
  	background-color: #006699;
	color: #ffffff;
	font-size: 11px;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
}
#conteudo .tabela2 td {
	border-width: 1px;
	border: solid;
	border-color: #aaaaaa;
	color: #666666;
	font-size: 11px;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
	text-align: center;
	padding: 2px;
	width: 88px;
}

/* Fim CONTEUDO  Padão Tabelas Internas*/


/* CONTEUDO P&D PROJETOS ABRE/FECHA
--------------------------------------------------------------------------------*/

#titulo{
	position: absolute;
	top: -4px;
	left: 10px;
	width:480px;
}

.boxAzul{
	background-image: url('/images/box_azul.gif');
	background-repeat: no-repeat;
	text-align: left; 
	padding: 4px 0px 6px 20px;
	margin: 0px;
}

.btBoxAzul{
	background-image: url('/images/bt_azul.gif'); 
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	position: absolute;
	top: -1px;
	left: 464px;
	text-align: center;
	
}

#conteudoAzul{
	border-left: 1px solid #79C7EB;
	border-right: 1px solid #79C7EB;
	width: 540px;
	padding: 0px 8px 5px 8px;
	float: left;
}

.boxAmarelo{
	background-image: url('/images/box_amarelo.gif');
	background-repeat: no-repeat;
	text-align: left; 
	padding: 4px 0px 6px 20px;
	margin: 5px 0px 5px 0px;
}

.btBoxAmarelo{
	background-image: url('/images/bt_amarelo.gif'); 
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	position: absolute;
	top: -1px;
	left: 464px;
	text-align: center;
}

#conteudoAmarelo{
	border-left: 1px solid #F3D65E;
	border-right: 1px solid #F3D65E;
	width: 540px;
	
	padding: 0px 8px 5px 8px;
	float: left;
}

.boxRoxo{
	background-image: url('/images/box_roxo.gif');
	background-repeat: no-repeat;
	text-align: left; 
	padding: 4px 0px 6px 20px;
	margin: 5px 0px 5px 0px;
}

.btBoxRoxo{
	background-image: url('/images/bt_roxo.gif'); 
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	position: absolute;
	top: -1px;
	left: 464px;
	text-align: center;
}

#conteudoRoxo{
	border-left: 1px solid #C0AFE5;
	border-right: 1px solid #C0AFE5;
	width: 540px;
	
	padding: 0px 8px 5px 8px;
	float: left;
}

.boxVerde{
	background-image: url('/images/box_verde.gif');
	background-repeat: no-repeat;
	text-align: left; 
	padding: 4px 0px 6px 20px;
	margin: 5px 0px 5px 0px;
}

.btBoxVerde{
	background-image: url('/images/bt_verde.gif'); 
	background-repeat: no-repeat;
	width: 70px;
	height: 15px;
	position: absolute;
	top: -1px;
	left: 464px;
	text-align: center;
}

#conteudoVerde{
	border-left: 1px solid #A4D867;
	border-right: 1px solid #A4D867;
	width: 540px;
	padding: 0px 8px 5px 8px;
}

#conteudoVerde2Linhas{
	border-left: 1px solid #A4D867;
	border-right: 1px solid #A4D867;
	width: 546px;
	padding: 0px 5px 5px 5px;
}

/* RODAPÉ
--------------------------------------------------------------------------------*/

#rodape{
	
	width: 100%;
	text-align: center;	
}

#rodape ul {
	background-color: #EDEDED;
	width: 738px;	
	float: left;
	
}

#rodape ul li {
	float: left;
	background-color: #EDEDED;
}

#rodape ul li a {
	display: block;
}

#rodape ul li a img {
	margin: 0px 0px 0px 340px;
	
	
}


/* Imagens Laterais
--------------------------------------------------------------------------------*/
#imagensLateraL{
	float: right;
	width: 140px;
}
		
#imagensLateraL img{
	margin: 0px 0px 10px 10px;
	
	
}
		
#imagensLateraL #trasmisao{
	margin-left: 30px;
}



/* / Final Imagens Laterais
--------------------------------------------------------------------------------*/