﻿body {

    margin:0 auto;
    padding:0px 0px 0px 0px;
    
}

#contacts_corpo {
   float:left;
    min-width:700px;
    width:700px;
    height:auto;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    margin: 20px 20px 20px 20px;
    background-color:#fff;
    margin-bottom:75px;
}
#mapa {

     margin: 10px 10px 10px 10px;
}

#textoContacts p {

    font-family: Calibri;
    font-size: 18px;
    font-style: italic;
    color: #0a169c;
}


#textoContacts {
    margin: 10px 10px 10px 10px;
    font-size: 13px;
    font-family: Calibri;
    text-align: justify;
}

#linkMapa {
    font-family: Calibri;
    font-size: 18px;
    text-align: center;
}

#tabelaFormulário {
    font-family: calibri;
    font-size: 15px;
    margin-left:20px;
}


#rightContacts {
    float: right;
    border: 1px solid #E3E3E3;
    width: 300px;
    height: 550px;
    margin-top: 20px;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #fff;
}


#sideTituloContacts {
    height: 50px;
    background-color: #ffff00; /*cor fundo titulo*/
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border: 2px solid #fff; /*cor da linha do titulo*/
    font-family: calibri;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-weight: bold;
    font-style: italic;
}
