@import "main_menu.css";

.container{
    overflow: hidden;
}
.bodyinfo{
    width: 910px;
    float: left;
    border-right: 1px dotted #A9A9A9;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}
.centercol{
    float: left;
    text-align: center;
    width: 609px;
    border-right: dotted 1px #A9A9A9;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}
.titulos{
    float: left;
    height: 35px;
    width: 100%;
    color: white;
    background-color: black;
    font-weight: bold;
    text-align: left;
}
.frase{
    float: left;
}
.frase p{
    position: relative;
    top: 15px;
    left: 10px;
}
.distrito{
    float: right;
}
.distrito form{
    text-align: right;
    padding-right: 5px;
}
label{
    vertical-align: middle;
}
.enviar{
    width: 20px;
    height: 23px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.noivoslist{
    float: left;
    margin-right: 2px;
    text-align: center;
    margin-top: 10px;
    /*border: solid 1px black;*/
    width: 100%;
}
.navegacao{
    height: 20px;
    text-align: left;
    border-bottom: dotted 1px #828282;
    color: #828282;
    font-size: 0.9em;
    width: 100%;
}
.nav-resumo{
    float: left;
    margin-left: 5px;
}
.pagination{
    float: right;
    text-align: right;
    margin-right: 5px;
}
.navprevnext{
    color: #828282;
    text-decoration: none;
}
.navlink{
    font-size: 0.9em;
    background-color:#a2a2a2;
    /*border:1px solid black;*/
    color: #eee;
    padding: 2px 4px;
    text-decoration:none !important;
}
.active{
    background-color: #555;
    color: #eee;
}
.no-noivos{
    padding-top: 50px;
    color: #828282;
}
.noivos{
    width: 290px;
/*    height: 150px;*/
    float: left;
    text-align: center;
    margin: 10px 0 20px 10px;
    vertical-align: bottom;
}
.noivo-imagem{
    float: left;
    width: 140px;
    height: 98px;
    background-color: #a9a9a9;
    line-height: 60px;
    vertical-align: middle;
    margin-left: 2px;
}
.noivo-imagem img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.noivos-nomes{
    float: left;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    color: #D91579;
    font-weight: bold;
    font-size: 1.1em;
    width: 130px;
}
.noivos-localidade{
    float: left;
    text-align: left;
    margin: 0;
    color: #888888;
    padding-left: 10px;
    width: 130px;
}
.noivos-distrito{
    float: left;
    text-align: left;
    margin: 0;
    color: #888888;
    padding-left: 10px;
    width: 130px;
}
.noivos-perfil{
    float: left;
    text-align: left;
    margin: 0;
    color: #888888;
    padding-left: 10px;
    padding-top: 15px;
    width: 130px;
}
.noivos-perfil a, .noivos-perfil a:hover{
    color: #888888;
    text-decoration: none;
}
.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;
    width: 100%;
    height: 250px;
    background-color: #eee;
    margin-bottom: 2px;
}
.bannersq-300x250-2{
    float: left;
    width: 100%;
    height: 250px;
    background-color: #eee;
}