.wg-perfis-presidentes {
    width: 462px;
    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, .wg-deputados .box {
    padding: 30px 20px 0 20px;
    margin: 0;
    height: 75%;
}

.wg-perfis-presidentes .box h1, .wg-deputados .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, .wg-deputados .box h1 .bandeira-brasil {
    margin-left: 4px;
}

.wg-perfis-presidentes .box .titulo-caixa-cinza, .wg-deputados .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, .wg-deputados .box .candidatos {
    clear: both;
    margin-top: 20px;
}

.wg-perfis-presidentes .box .candidato, .wg-deputados .box .candidato {
    width: 33.33%;
    float: left;
    cursor: pointer;
    padding: 0 30px;
    margin: 0 30px;
}

.wg-perfis-presidentes .box .candidato div, .wg-deputados .box .candidato div {
    height: 80px;    
}

.wg-perfis-presidentes .box .candidato div img. .wg-deputados .box .candidato div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wg-perfis-presidentes .box .candidato div .default, .wg-deputados .box .candidato div .default {
    display: block;
}

.wg-perfis-presidentes .box .candidato div .hover, .wg-deputados .box .candidato div .hover {
    display: none;
}

.wg-perfis-presidentes .box .candidato:hover div .default, .wg-deputados .box .candidato:hover div .default,
.wg-perfis-presidentes .box .candidato:active div .default, .wg-deputados .box .candidato:active div .default {
    display: none;
}

.wg-perfis-presidentes .box .candidato:hover div .hover, .wg-deputados .box .candidato:hover div .hover,
.wg-perfis-presidentes .box .candidato:active div .hover, .wg-deputados .box .candidato:active div .hover {
    display: block;
}

.wg-perfis-presidentes .box .candidato h2, .wg-deputados .box .candidato h2,
.wg-perfis-presidentes .box .candidato h3, .wg-deputados .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, .wg-deputados .box .candidato h2 {    
    margin: 15px 0 0 0;
}

.wg-perfis-presidentes .box .candidato h3. .wg-deputados .box .candidato h3 {
    font-family: 'OgloboCondensedRegular',Arial,sans-serif;
    margin: 5px 0 0 0;
}

.wg-perfis-presidentes .links, .wg-deputados .links {
    height: 25%;
    background-color: #f8f8f8;
    border-top: 1px solid #bbbbbb;
    box-shadow: 0 1px 0 #e9e9e9 inset;
}

.wg-perfis-presidentes .links a, .wg-deputados .links a,
.wg-perfis-presidentes .links a:link, .wg-deputados .links a:link,       /* unvisited link */
.wg-perfis-presidentes .links a:visited, .wg-deputados .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, .wg-deputados .links a:first-child {
    margin-left: 25px;
}

.wg-perfis-presidentes .links a:last-child, .wg-deputados .links a:last-child {
    margin-right: 25px;
}

.wg-perfis-presidentes .links a:hover, .wg-deputados .links a:hover,      /* mouse over link */
.wg-perfis-presidentes .links a:active, .wg-deputados .links a:active {    /* selected link */
    background-color: #fdfcfc;
}

.wg-perfis-presidentes .links a:active, .wg-deputados .links a:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.wg-deputados{
    width: 320px;
    height: 300px;
    border: 1px solid black; 
    border-left: 0; 
    float:left;
}
.wg-deputados .box h1 a, 
.wg-deputados .box h1 a:link, 
.wg-deputados .box h1 a:visited, 
.wg-deputados .box h1 a:hover, 
.wg-deputados .box h1 a:active{
    color: #1e96c8;
    font-family: 'OgloboCondensedMedium',Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.wg-deputados .procDeputado{
    text-transform: uppercase;
    text-align: left;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    width: 100%; 
    margin-top: 10px;
    /*background: transparent url("../img/lupa.png") 40px 14px no-repeat;*/
    color: #2e2e2e;
    font: 15px/47px OgloboCondensedBold, Arial, Tahoma, sans-serif;
    cursor: pointer;
    padding-left: 25px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow:    0px 2px 0px 0px rgba(224, 224, 224, 1);
    box-shadow:         0px 2px 0px 0px rgba(224, 224, 224, 1);
}
.wg-deputados .procDeputado:hover{
    background-color: #ddd;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.wg-deputados .procDeputado .fa-search{
    margin-right: 23px;
}
.wg-deputados .fa.icone{
    color: #0096c9;
}
.wg-deputados .bloco{
    width: 90px;
    padding-left: 16px;
    margin-top: 20px;
    float: left;
}
.wg-deputados .bloco .tit{
    font: 15px/15px OgloboCondensedMedium, Arial, Tahoma, sans-serif;
    color: #313131;
    text-transform: uppercase;
}
.wg-deputados .bloco .complemento{
    font: 14px/16px OgloboCondensedMedium, Arial, Tahoma, sans-serif;
    color: #313131;
}