@import "main_menu.css";

.container{
    overflow: hidden;
}
.bodyinfo{
    width: 910px;
}
.menutop{
    float: left;
}
.publicidade{
    height: 35px;
    color: white;
    background-color: black;
    font-weight: bold;
    width: 300px;
    float: left;
}
.publicidade p{
    position: relative;
    top: 15px;
    left: 10px;
}
.banners{
    width: 300px;
    float: right;
}
.bannersq-300x250-1{
    float: left;
    height: 250px;
    background-color: #eee;
    margin-bottom: 2px;
}
.bannersq-300x250-2{
    float: left;
    height: 250px;
    background-color: #eee;
}
.concursos{
    float: left;
    text-align: center;
    width: 609px;
    border-right: dotted 1px #A9A9A9;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}
.cabecalho{
    float: left;
    text-align: left;
    width: 609px;
}
.cabTitulo{
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #D91579;
}
.cabCorpo{
    margin: 0;
    margin-left: 10px;
}
.cabecalho hr{
    width: 585px;
    margin-left: 10px;
}
.concurso{
    float: left;
    position: relative;
    text-align: left;
    width: 282px;
    height: 240px;
    padding: 10px;
    margin-bottom: 10px;
}
.concurso_titulo{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 11px;
}
.concurso_premio{
    margin: 0;
    padding: 0;
    color: #D91579;
    font-size: 11px;
}
.concurso_intro{
    margin: 0;
    padding: 0;
    color: #A2A2A2;
    text-align: justify;
    font-size: 10px;
}
.participa{
    position: absolute;
    bottom: 0;
    width: 282px;
    height: 30px;
    text-align: right;
    background: url('../../images/participa_bk.jpg') repeat-y 0 0;
}
.participa a{
    margin-right: 10px;
    line-height: 30px;
    text-decoration: none;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}
.participa p{
    margin-right: 10px;
    line-height: 30px;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}



.historico-label{
    float: left;
    width: 600px;
    margin-left: 5px;
    text-align: left;
    background-color: black;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
}
.historico-label p{
    position: relative;
    top: 15px;
    left: 10px;
}
.historico-cur{
    float: left;
    width: 300px;
    margin-top: 5px;
    border-bottom: 1px dotted #A9A9A9;
    padding-bottom: 10px;
}
.historico-cur a{
    text-decoration: none;
}
.historico-titulo{
    text-align: left;
    padding-left: 10px;
    font-size: 11px;
    color: #D91579;
    margin: 0;
    padding: 0 10px;
}
.historico-premio{
    text-align: justify;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    margin: 0;
    padding: 0 10px;
}
.historico-fim{
    text-align: right;
    font-size: 10px;
    color: #a2a2a2;
    margin-right: 11px;
}
.nohistory{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #555;
}
.active{
    background-color: #525252;
}
.participar{
        margin: 50px 0;
}
.participar a, .participar a:hover{
    font-weight: bold;
    font-size: 1.4em;
    color: #D91579;
    text-decoration: none;
}
.gray{
    color: #a2a2a2;
}
.terminado{
    float: right;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}
.terminados-label{
    float: left;
    width: 300px;
    border-top: solid 1px white;
    text-align: left;
    background-color: black;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
}
.terminados-label p{
    position: relative;
    top: 15px;
    left: 10px;
}
.pagination{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.vencedor{
    float: left;
    width: 570px;
    font-size: 1.1em;
    color: #555555;
    text-align: left;
    margin: 0;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}
.vencedor-link{
    float: right;
}
.vencedor-link a, .vencedor-link a:hover{
    text-decoration: none;
    color: #D91579;
    font-weight: normal;
}
.vencedor-localidade{
    float: left;
    width: 100%;
    font-size: 1.1em;
    color: #a2a2a2;
    text-align: left;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 5px;
}