﻿.languageSelector {
    background-color: #282828;
    color: white;
    float: left;
    position: absolute;
    top: 0.25em;
    left: 15em;
}

.languageSelector a {
    text-decoration: none;
    color: #e6dddd;
}

.header {
    background: transparent url('../images/bg-header.png') 50% 0 no-repeat;
}

.header .mainMenu {
    width: auto;
}

.siteHolder {
    position: relative;
}

.i div {
    right: initial;
    top: -1em;
    left: 3em;
}

span.selecao {
    font-family: 'AsapBold';
    text-transform: uppercase;
    font-size: 13px;
}

span.selecao a.gold {
    text-decoration: none;
    color: #ab7a34;
}

.header .mainMenu > li > ul li {
    height: 36px;
    overflow: hidden;
}

.conteudo .contentText {
    font: inherit;
}

h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 0.25em;
}