#wrap{
    background:url("../img/bg_pages.jpg") repeat-x center top;
}
#content_middle{
    margin:0 auto;
    width: 900px;
    padding: 15px 35px;
    background:url("../img/bg_contents.png") no-repeat center top;
    margin-top:20px;
    margin-bottom:0px;
    height:auto;
}
p#enderecos{
    display:table;
    width:100%;
    margin-top:25px;
    margin-bottom:10px;
    color:#646464;
    font:normal 16px 'Roboto','Arial',sans-serif;
}
.azul{
    color:#1f6eae;
}

.map{
    float:left;
    margin-top:15px;
    width:215px;
    height:195px;
    display:table;
    margin-bottom:25px;
    border-radius:10px;
}
.map img{
    border-radius:10px;
}

#dados_empresa{
    float:left;
    width:220px;
    height:auto;
    display:table;
}

#form_contato{
    float:right;
    width:650px;
    height:360px;
    display:table;
}
#contato{
    margin-top:15px;
    margin-bottom:35px;
    display:table;
}

.campos,
.campos2,
.campos3,
.textarea{
    font:normal 14px 'Roboto',sans-serif;
    color:#444243;
    background:#ececec;
    margin-bottom:11px;
    outline:none;
    line-height:23px;
    height:auto;
}
.textarea{
    width:612px;
    height:100px;
    padding:10px 20px;
    resize:none;
    border:0px;
}
.campos{
    float:left;
    width:495px;
    padding:10px 20px;
}
.campos2{
    float:left;
    width:280px;
    padding:10px 20px;
}
.campos3{
    float:left;
    width:169px;
    padding:10px 20px;
}
.margemDireita{
    margin-right:12px;
}

#enviar{
    float:right;
    padding:12px 15px;
    margin-top:-5px;
    background:#1a6bad;
    font:normal 13px 'Varela',sans-serif;
    color:#f4cc4b;
    cursor:pointer;
}