.wg-perfis-presidentes {
    width: 472px;
    height: 300px;
    margin: 0;
    padding: 0;
    border: 1px solid black;
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.wg-perfis-presidentes .box {
    padding: 30px 20px 0 20px;
    margin: 0;
    height: 75%;
}

.wg-perfis-presidentes .box h1 {
    font-family: 'OgloboCondensedMedium',Arial,sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    margin: 0 0 10px 0;
}

.wg-perfis-presidentes .box h1 .bandeira-brasil {
    margin-left: 4px;
}

.wg-perfis-presidentes .box .titulo-caixa-cinza {
    width: 175px;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    font-family: 'OgloboCondensedLight',Arial,sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
    background-color: #f8f8f8;
    box-shadow: 2px 2px #e9e9e9;
}

.wg-perfis-presidentes .box .candidatos {
    clear: both;
    margin-top: 20px;
}

.wg-perfis-presidentes .box .candidato {
    width: 33.33%;
    float: left;
    cursor: pointer;
    padding: 0 30px 0 30px;
}

.wg-perfis-presidentes .box .candidato div {
    height: 80px;    
}

.wg-perfis-presidentes .box .candidato div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wg-perfis-presidentes .box .candidato div .default {
    display: block;
}

.wg-perfis-presidentes .box .candidato div .hover {
    display: none;
}

.wg-perfis-presidentes .box .candidato:hover div .default,
.wg-perfis-presidentes .box .candidato:active div .default {
    display: none;
}

.wg-perfis-presidentes .box .candidato:hover div .hover,
.wg-perfis-presidentes .box .candidato:active div .hover {
    display: block;
}

.wg-perfis-presidentes .box .candidato h2,
.wg-perfis-presidentes .box .candidato h3 {
    font-family: 'OgloboCondensedMedium',Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    padding-left: 8px;
    line-height: 13px;
}

.wg-perfis-presidentes .box .candidato h2 {    
    margin: 15px 0 0 0;
}

.wg-perfis-presidentes .box .candidato h3 {
    font-family: 'OgloboCondensedRegular',Arial,sans-serif;
    margin: 5px 0 0 0;
}

.wg-perfis-presidentes .links {
    height: 25%;
    background-color: #f8f8f8;
    border-top: 1px solid #bbbbbb;
    box-shadow: 0 1px 0 #e9e9e9 inset;
}

.wg-perfis-presidentes .links a,
.wg-perfis-presidentes .links a:link,       /* unvisited link */
.wg-perfis-presidentes .links a:visited {   /* visited link */
    /* estilos do link */ 
    font-family: 'OgloboCondensedBold',Arial,sans-serif;
    font-size: 15px;
    line-height: 35px;    
    color: #333333;

    /* estilos do botao */ 
    margin: 27px 9px;
    float: left;
    box-shadow: 0 1px 0 #d3d3d3;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    width: 200px;
    height: 35px;
    display: block;

    /* Arredondamento da borda */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

.wg-perfis-presidentes .links a:first-child {
    margin-left: 25px;
}

.wg-perfis-presidentes .links a:last-child {
    margin-right: 25px;
}

.wg-perfis-presidentes .links a:hover,      /* mouse over link */
.wg-perfis-presidentes .links a:active {    /* selected link */
    background-color: #fdfcfc;
}

.wg-perfis-presidentes .links a:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}