/* CSS Document */

body
{
	background-image: url(Imagens/body_background.jpg);
	background-repeat: repeat-x;
	background-color: #1B84D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a:hover
{
	color:#DA251D;
}
li
{
    list-style-type:square;
}
.molduraPrincipal
{
	background-color: white;
	width: 973px;
	border: 1px solid black;
}	
.molduraSecundaria
{
	background-color: white;
	width: 950px;
	margin-top: 10px;
	margin-left: 10px;
}	
.primeiraLinhaEstrutura
{
	background-image: url(Imagens/l1.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 948px;
	border: 1px solid black;
}
.segundaLinhaEstrutura
{
	background-image: url(Imagens/l2.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 280px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: left;
}
.primeiroDetalheEstrutura
{
	background-image: url(Imagens/d1.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 25px;
	border-bottom: 1px solid black;
	float: left;
}
.terceiraLinhaEstrutura
{
	background-image: url(Imagens/l3.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 643px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.linhaCabecalho
{
	background-image: url(Imagens/cabecalho.jpg);
	background-repeat: no-repeat;
	width: 948px;
	height: 144px;
	border: 1px solid black;
}
.barraLogin
{
    width: 100%;
    height: 24px;
    margin-top: 2px;
}
.textoBarraLogin
{
    margin-left: 6px;
    font-size: 10px;
}
.camposLogin
{
    font-size: 9px;
    text-align: right;
    margin-right: 4px;
}
.botaoLogin
{
    margin-right: 6px;
    cursor: hand;
}
.botaoSair
{
    margin-top: 3px;
    margin-right: 6px;
    cursor: hand;
}
.linhaMenuSuperior
{
	margin-top: 98px;
	margin-left: 320px;
}
.itemMenu
{
	color: #28166F;
	font-size: 12px;
	background-image: url(Imagens/marcador_menu_vermelho.png);
	background-repeat:no-repeat;
	font-weight: bold;
	float: left;
	padding-left: 15px;
	margin-left: 20px;
	width: 108px;
}
.linhaRodape
{
    clear: both;
	background-image: url(Imagens/rodape.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 22px;
	border: 1px solid black;
	margin-bottom: 13px;
}
.textoRodape
{
	font-size: 9px;
	margin-left: 5px;
	margin-top: 2px;
}
.linhaAnimacao
{
	width: 100%;
	height: 225px;
	border-bottom: 1px solid black;
}
.areaConteudo
{
	width: 100%;
}
.quartaLinhaEstrutura
{
	background-image: url(Imagens/l4.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 750px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float: left;
}
.segundoDetalheEstrutura
{
	background-image: url(Imagens/d2.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 18px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
}
.quintaLinhaEstrutura
{
	background-image: url(Imagens/l5.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 180px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-bottom: 10px;
}
.areaSlots
{
    clear: both;
	width: 933px;
	margin-left: 7px;
	margin-bottom: 10px;
}
.slot1
{
	width: 160px;
	border: 7px solid white;
	float: left;
}
.slot2
{
	width: 270px;
	border: 7px solid white;
	float: left;
}
.slot3
{
	width: 295px;
	border: 7px solid white;
	float: left;
}
.slot4
{
	width: 140px;
	border: 7px solid white;
	float: left;
}
.areaTituloSlot
{
	background-image: url(Imagens/b1.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	border: 1px solid black;
	margin-bottom: 3px;
}
.textoTituloSlot
{
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
}
.areaConteudoSlot
{
	width: 100%;
}
.textoConteudoSlot
{
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}
.marcadorLink
{
	list-style-image: url(Imagens/marcador_link.jpg);
	list-style-position: outside;
}
.liLink
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.areaTituloArtigo
{
	width:98%;
	margin-bottom: 5px;
}
.textoTituloArtigo
{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 9px;
}
.autorArtigo
{
	font-size: 10px;
}
.textoArtigo
{
	text-align: justify;
}
.menuGS
{
    background-color: #DCDFE0;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    border: solid 1px black;
    background-image: url(Imagens/fundo_submenu.jpg);
    background-repeat: repeat-x;
    width: 238px;
}
.menuSuporte
{
    background-color: #DCDFE0;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    border: solid 1px black;
    background-image: url(Imagens/fundo_submenu.jpg);
    background-repeat: repeat-x;
    width: 168px;
}
.menuEmpresa
{
    background-color: #DCDFE0;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    border: solid 1px black;
    background-image: url(Imagens/fundo_submenu.jpg);
    background-repeat: repeat-x;
    width: 162px;
}
.menuIntranet
{
    background-color: #DCDFE0;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    border: solid 1px black;
    background-image: url(Imagens/fundo_submenu.jpg);
    background-repeat: repeat-x;
    width: 208px;
}

.conteudoPagina
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 25px 25px 25px 25px;
    width: 92%;
    text-align:  justify;
}
.conteudoPaginaGS
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    width: 630px;
    text-align:  justify;
    float: right;    
}
.conteudoPaginaSuporte
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    width: 690px;
    text-align:  justify;
    float: right;    
}
.conteudoPaginaEmpresa
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    width: 706px;
    text-align:  justify;
    float: right;    
}
.conteudoPaginaIntranet
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 10px 10px;
    width: 660px;
    text-align:  justify;
    float: right;    
}
.TituloPagina
{
    font-size: 16px;
    color: #6E6651;
    font-weight: bold;
    background-image: url("imagens/linha_titulo.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 10px;
}
.tituloSubmenu
{
    color: White;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 7px;
    background-image: url("imagens/arrowdown.png");
    background-repeat: no-repeat;    
    padding-left: 15px;
}
.menuSuperior
{

}
.menuSuperior IMG
{
    display:none
}
.menuSuperior A IMG
{
    display:inline 
}
.subMenu
{
    margin-top: 4px;
    z-index: 100;
}
.areaParceiros
{
	width: 933px;
	margin-left: 7px;
	margin-bottom: 10px;
}
.Parceiro
{
    margin-top: 5px;
    margin-bottom: 2px;
    float: left;
}
.textoMensagem
{
    font-size: 14px;
    font-weight: bold;
    color: #6E6651;
    margin-top: 150px;
    margin-bottom: 150px;
}
.areaTituloModulo
{
	background-image: url(Imagens/b1.jpg);
	background-repeat: repeat-x;
	width: 99%;
	height: 21px;
	border: 1px solid black;
	margin-bottom: 3px;
	padding-top: 4px;
}
.textoTituloModulo
{
 	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px; 
}
.areaConteudoModulo
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
}
.AutorArtigo
{
    font-size: 10px;
	text-align: left;
	margin-top: -7px;
	margin-bottom: 15px;
}
.TextoArtigo
{
	text-align: justify;
}
.ReferenciaAutorArtigo
{
    font-size: 10px;
	text-align: left;
	margin-bottom: 15px;
}
.areaLinkComMarcador
{
	text-align: right;
	margin-bottom: 10px;
	margin-top: 5px;
}	
.linkComMarcador
{
	background-image: url(Imagens/marcador_link.jpg);
	background-repeat:no-repeat;
	text-align: right;
	margin-bottom: 10px;
	padding-left: 13px;
}	
.linkVoltar
{
	font-size: 9px;
	color: Gray;
}
.legenda
{
	font-size: 9px;
	text-align: center;
}
.minhaPop {
	border: 0px;
	width: 465px;
	position:absolute;
	top: 235px;
	text-align: center;
	left:50%;
	margin-left: -232px;
}