﻿

body 
{
	margin: auto; 
	background-color: #545557;
}

#Header
{
	font-family: Trebuchet MS;
	font-size: 12px;
}

#loginbox
{
	font-family: Trebuchet MS;
	font-size: 10px;
	height: 30px;
	color: Black;
	float: right;
     margin: 2px;
     margin-right: 2px; 
}
#loginbox a:link
{
     color: Black;
     text-decoration: none;
}
#loginbox a:active, #loginbox a:focus, #loginbox a:visited
{
	background-color: Transparent;
	color: Black;
}
#loginbox a:hover
{
	background-color: Transparent;
	color: White;
}

#ImagemTopo
{
   width: 800px;
   height: 234px;
   background-image: url(Imagens/HeaderPrincipal.jpg);
   margin-left: auto;
   margin-right: auto; 
}

#BarraCabecalhoImagem
{
   padding: 0px;
   margin-left: auto;
   margin-right: auto; 
   height: 40px;
   width: 800px;
   background-image: url(Imagens/BarraVerde_header.jpg);
}

#TextoBarraCabecalho
{
	padding: 10px;
	color: White;
}

#BarraMenuImagem
{
   padding: 0px;
   margin-left: auto;
   margin-right: auto; 
   height: 25px;
   width: 800px;
   background-image: url(Imagens/BARRACINZA.jpg);
}

.TextoMenu
{
	vertical-align: middle;
	padding: 4px;
	font-weight: bold;
	font-size: 10px;
    text-transform: uppercase;        
}

#Conteudo
{
	margin-top: 23px;
	background-color: White;
	width: 800px;
    margin-left: auto;
    margin-right: auto; 
    height: 900px;
}

#Conteudo2
{
	background-color: White;
    margin-left: auto;
    margin-right: auto; 
}

#centercol
{
   position: relative;
   margin-left: 200px;
   padding: 0px;
   background-color: white;
}

#breadcrumb
{
   background-color: #202020;
   color: White;
   padding: 3px;
   font-size: 10px;	
   padding-left: 5px;
}

#breadcrumb a
{
   color: Yellow;
}

#centercolcontent
{
   padding: 15px 6px 15px 6px;
}

#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}

#centercolcontent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

#rightcol
{
   position: absolute;
   top: 184px;
   right: 0px;            
   width: 198px;
   color: White;
   background-color: #818689;
   font-size: 10px;
}

#rightcol a
{
   color: Yellow;
}

#rightcol div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #706a6a;
   color: #f7b76b;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}

#ColunaEsquerda
{
   position:relative;
   padding: 6px 6px 6px 6px;
   left: 20px;
   top: 20px;
   width: 130px;
   height: 840px;
   background-color: #F5F5F5;
   font-size: 10px;
}

#ColunaEsquerda div.LogoColEsquerda
{
   padding: 6px 6px 6px 3px;
   text-align:center;
}

.TextoTitulo
{
	padding: 3px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
    text-transform: uppercase;  
    text-align:center; 
    color:Green;     
}

#ColunaDireta
{
   position: absolute;
   top: 335px;
   margin-left: 180px;
   background-color: white;
   width: 565px;
   height: 550px;
   font-family: Trebuchet MS;
   font-size: 12px;
   text-align:justify;
}

#TituloColunaDireita
{
	font-size: 14px;
	font-weight: bold;
}

.TextoDestaque
{
 font-size: 12px;
 font-weight: bold;
 text-align:center;
}

.TextoNegrito
{
 font-size: 12px;
 font-weight: bold;
}

.EspacamentoEsquerda
{
	margin-left: 50px;
}

#TextoCopyright
{
   position:relative;
   padding: 6px 6px 6px 6px;
   left: 280px;
   top: 15px;
   
   font-family: Trebuchet MS;
   font-size: 10px;
   font-weight: bold;
   text-align:center;
   color:White;
}

#footermenu
{
   margin-left: auto;
   margin-right: auto; 
   height: 25px;
   width: 800px;
}

.footermenulink
{	
   font-family: Trebuchet MS;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;        
}

.LinksContinuacao
{
   color:Green;
}

#TextoReferencias
{
	padding: 10px;
   font-style: italic;
   font-size: 10px;
   font-weight: bold;
}

.Destaque
{
	background-color: #fefbd2;
	color: #000080;	
}

.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Green;
   height: 15px;
}

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
}


