@import "main_menu.css";

.container{
    overflow: hidden;
}
.bodyinfo{
    width: 749px;
    float: left;
    border-right: dotted 1px #828282;
}
.titulos{
    float: left;
    height: 35px;
    color: white;
    background-color: black;
    font-weight: bold;
}
.frase{
    float: left;
    width: 285px;
}
.frase p{
    position: relative;
    top: 15px;
    left: 10px;
}
.distrito{
    float: right;
    width: 460px;
}
.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;
}
.categorias{
    width: 160px;
    float: left;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}
.categoria{
    text-align: left;
    margin: 0;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 5px;
    border-bottom: solid 1px #a9a9a9;
    color: #a9a9a9;
    font-weight: bold;
    font-size: 0.9em;
}
.categoria a, .categoria a:hover{
    color: #a9a9a9;
    text-decoration: none;
}
.cat-selected a, .cat-selected a:hover{
    color: black;
}
.logotipos{
    float: left;
    margin-right: 2px;
    text-align: center;
    margin-top: 10px;
    /*border: solid 1px black;*/
    width: 745px;
}
.navegacao{
    height: 20px;
    text-align: left;
    margin-left: 5px;
    border-bottom: dotted 1px #828282;
    color: #828282;
    font-size: 0.9em;
}
.nav-resumo{
    float: left;
    width: 250px;
}
.pagination{
    float: right;
    width: 400px;
    text-align: right;
}
.navprevnext{
    color: #828282;
    text-decoration: none;
}
.navlink{
    font-size: 0.9em;
    background-color:#a2a2a2;
    /*border:1px solid black;*/
    color: #eee;
    padding: 2px 4px 2px;
    text-decoration:none !important;
}
.active{
    background-color: #555;
    color: #eee;
}
.no-empresas{
    padding-top: 50px;
    color: #828282;
}
.logotipo{
    width: 175px;
    height: 80px;
    float: left;
    margin-left: 10px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.logotipo-imagem{
    float: left;
    width: 82px;
    height: 82px;
    /*background-color: #a9a9a9;*/
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #ccc;
}
.logotipo img{
    vertical-align: middle;
    text-align: center;
}
.logotipo-info{
    float: right;
    height: 82px;
    width: 90px;
}
.logotipo-marca{
    text-align: left;
    margin: 0;
    padding: 0;
/*    color: #D91579;*/
    color: #444444;
    font-size: 0.9em;
    font-weight: bold;
    height: 50px;
}
.logotipo-marca a, .logotipo-marca a:hover{
    color: #D91579;
    text-decoration: underline;
}
.logotipo-distrito{
    padding: 0;
    text-align: left;
    font-size: 0.9em;
    margin: 0;
    color: #828282;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
}
.logotipo-telefone{
    padding: 0;
    text-align: left;
    font-size: 0.9em;
    margin: 0;
    color: #828282;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
}
.empservsubcat-intro a, .empservsubcat-intro a:hover{
    color: #828282;
    text-decoration: none;
}
.banner-160x600{
    border-top: solid 1px white;
    width: 160px;
    height: 600px;
    float: right;
    background-color: #eee;
}