/* ---------------------------------------------------------------------------------------------- */
/* titulo */

div#title { display: block; position: absolute; top: 165px; left: 660px; width: 290px; height: 50px; }
    div#title h1 { display: block; position: relative; width: 100%; font-size: 35px; line-height: 50px; height: 50px; text-align: left; color: #faaf40; }


/* ---------------------------------------------------------------------------------------------- */
/* corpo */

div#contacts { display: block; position: absolute; top: 250px; left: 660px; width: 540px; height: 475px; overflow: hidden; }

    #contacts h2 { display: block; width: 520px; margin: 0 0 0 20px; font-size: 18px; color: #737374; line-height: 25px; text-align: justify; }
    #contacts p { display: block; width: 520px; margin: 10px 0 50px 20px; font-family: 'BookAntiqua', sans-serif; font-size: 14px; color: #737374; line-height: 25px; text-align: justify; }


/* ---------------------------------------------------------------------------------------------- */
/* mapa */

a#map { display: block; position: absolute; top: 675px; left: 550px; width: 100px; height: 50px; font-size: 32px; color: #737374; text-decoration: none; text-align: center; }
a#map:hover { text-decoration: underline; }

    #contacts h2 { display: block; width: 520px; margin: 0 0 0 20px; font-size: 18px; color: #737374; line-height: 25px; text-align: justify; }
    #contacts p { display: block; width: 520px; margin: 10px 0 50px 20px; font-family: 'BookAntiqua', sans-serif; font-size: 14px; color: #737374; line-height: 25px; text-align: justify; }


/* ---------------------------------------------------------------------------------------------- */