@import "main_menu.css";

.container{
    overflow: hidden;
}
.bodyinfo{
    width: 910px;
    float: left;
}
.menutop{
    float: left;
}
.publicidade{
    height: 35px;
    color: white;
    background-color: black;
    font-weight: bold;
    width: 300px;
    float: right;
}
.publicidade p{
    position: relative;
    top: 15px;
    left: 10px;
}
.banners{
    width: 300px;
    float: right;
    border-left: dotted 1px #A9A9A9;
}
.bannersq-300x250-1{
    float: left;
    height: 250px;
    background-color: #eee;
    margin-bottom: 2px;
}
.bannersq-300x250-2{
    float: left;
    height: 250px;
    background-color: #eee;
}
.contactos{
    float: left;
    padding-top: 20px;
    width: 609px;
    background:#ffffff url('../../images/contactos.jpg') no-repeat 90% 5%;
}
.contacto{
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100%;
}
.imagem{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.info{
    float: left;
}
.titulo{
    font-size: 1.3em;
    font-weight: bold;
    color: #d91579;
}
.endereco{
    font-size: 1.1em;
    color: #828282;
}
.endereco a, .endereco a:hover{
    color: #828282;
    text-decoration: none;
}
.telefones{
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 425px;
}
.telefone{
    float: left;
    font-size: 1.1em;
    color: #828282;
}
.telefone img{
    vertical-align: middle;
    margin: 0 10px;
}