﻿#TOPO
{
	width: 780px;
	height: 110px;
	background-image: url(/imagens/topo.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	top: 0;
}
#TOPO .PublicidadeFC
{
	width: 468px;
	float: right;
	margin: 15px 0 0 0;
	z-index: 0;
}
#TOPO .DadosUsuario
{
    color: #FFFFFF;
    float: left;
    top: 10px;
    position: relative;
    text-align: right;
    z-index: 1;
    font-size: 10px;
    margin: 0 5px 0 5px;
    padding: 0;
    width: 770px;
}
#TOPO .DadosUsuario .BotaoLogarDeslogar
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#TOPO .DadosUsuario .BotaoLogarDeslogar:hover
{
    text-decoration: underline;
}
#TOPO .DadosUsuario .LabelUsuarioLogado
{
    color: #FFFFFF;
    font-weight: bold;
}
