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

div#contacts { display: block; position: relative; width: 100%; padding: 0; overflow: hidden; margin: 0 auto; font-size: 0; text-align: center; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* mapa e titulo */

div#contacts div.details { display: block; position: relative; width: 100%; padding: 50px 0 0 0; font-size: 0; vertical-align: top; }
	div#contacts div.details div#map { display: block; position: absolute; top: 0; left: 0; width: 1300px; height: 550px; vertical-align: top; z-index: 2; background-color: #ffffff; }
	div#contacts div.details div#map,
	div#contacts div.details div#map *
	{
		transition-property: none;
		-webkit-transition-property: none;
		-moz-transition-property: none;

		transition-duration: 0ms;
		-webkit-transition-duration: 0ms;
		-moz-transition-duration: 0ms;
	}

	div#contacts div.details div.text { display: block; position: relative; margin: 50px 0 0 110px; background: transparent url(../src/img/beige_bg.png) repeat; padding: 335px 0 75px 0; z-index: 1; text-align: right; }
		div#contacts div.details div.text h1 { display: inline-block; position: relative; width: 350px; margin: 0 50px 0 0; color: #231f20; font-size: 45px; line-height: 60px; word-spacing: 9999999px; text-align: left; }


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

div#contacts p.description { display: block; position: relative; width: 850px; font-size: 18px; line-height: 25px; color: #231f20; margin: 25px auto; text-align: left; }