@charset "utf-8";
/* CSS Document */

/**
 * FORMATAÇÃO PADRÃO DAS PÁGINAS
 */

 /* Efeitos dos textos títulos */
 .linhaTitulo {
	 height: 5px;
	 width: 120px;
	 margin-top: -10px;
	 background: #ccc;
 }

 /* área de conteúdo */
 div.quadroConteudo {
 	position:relative;
 	top:0px;
 	padding:80px 0px;
     z-index: 1;
 }

 	.padding0 { padding:0px 0px !important; }
    .padding10 { padding:10px 0px !important; }
 	.padding30 { padding:30px 0px !important; }

/* div responsável em centralizar o "corpo_" */
div.formatador {
	width:970px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

/* corpo principal das páginas */
div.corpo_ {
	position:relative;
	width:970px;
	top:0px;
	z-index:9;
}

#setaUpAncora {
	position:fixed;
	right:100px;
	bottom:80px;
	background:url(../../imagens/setaCima.jpg);
	width:50px;
	height:50px;
	z-index:999;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	cursor:pointer;
}

/**
 * CABEÇALHO
 */

div.logotipo {
	float:left;
	margin-top:0px;
	width:248px;
	height:64px;
	background:url(../../imagens/logotipo.png);
}

.mudarLingua { cursor: pointer; }

/**
 * ÍCONE DO WHATSAPP
 */

.whatsapp {
    position:fixed !important;
    top:80px !important;
    left:90% !important;
    z-index:999 !important;
}

/**
 * MENU (Cabeçalho e Rodapé)
 */

/* posição do menu */
#menu { float:right; }

#menuNavegacaoInferior { text-align:center; }

    #menuNavegacao,
    #menuNavegacaoInferior { list-style: none; }

        #menuNavegacao li,
        #menuNavegacaoInferior li {
            display: inline-block;
            padding: 0px 10px;
        }

        #menuNavegacao li a:hover,
        #menuNavegacaoInferior li a:hover { font-weight: bold; }

.menuHover, .menuHover * {
    font-weight:bold;
    color: #9d0058;
}
