#contacts { display: block; position: relative; width: 959px; margin: 0 0 0 192px; padding: 0; }

    /* titulo */
    #contacts div.title { display: block; position: relative; width: 191px; height: 191px; background: #404041 url(../../../../src/img/bg/body.jpg) repeat; margin: 1px 0 0 0; }
		#contacts div.title span.top { display: block; position: absolute; top: -1px; left: 0; width: 100%; height: 4px; background: transparent url(../../../../src/img/bg/bodyTopBottom.png) repeat-x; z-index: 2; }
		#contacts div.title span.bottom { display: block; position: absolute; bottom: -4px; left: 0; width: 100%; height: 7px; background: transparent url(../../../../src/img/bg/bodyTopBottom.png) repeat-x 0 -4px; z-index: 2; }
        #contacts div.title h1 { display: block; position: relative; width: auto; color: #ffffff; font-size: 30px; line-height: 50px; text-indent: 10px; padding: 140px 0 0 0; text-decoration: none; }

	/* contactos */
	#contacts div.contacts { display: block; position: relative; width: 191px; min-height: 353px; background: #404041 url(../../../../src/img/bg/body.jpg) repeat; margin: 1px 0 0 0; padding: 20px 0 10px 0; }
		#contacts div.contacts h2 { display: block; position: relative; font-size: 16px; line-height: 25px; color: #ffffff; margin: 0 10px 0 10px; }
		#contacts div.contacts p { display: block; position: relative; margin: 0 10px 30px 10px; font-size: 16px; color: #ffffff; line-height: 20px; }
		#contacts div.contacts span.bottom { display: block; position: absolute; bottom: -4px; left: 0; width: 100%; height: 7px; background: transparent url(../../../../src/img/bg/bodyTopBottom.png) repeat-x 0 -4px; z-index: 2; }

	#contacts #cmap { display: block; position: absolute; top: 0; left: 384px; width: 575px; height: 575px; }

@media all and ( max-width: 1199px )
{
	#contacts { margin: 0 auto; width: 100%; padding: 40px 0 0 0; background: #404041 url( ../../../../src/img/bg/body.jpg) repeat; }

		#contacts div.title { width: 90%; margin: 0 auto; height: auto; font-size: 28px; }
			#contacts div.title span.top { display: none; }
			#contacts div.title span.bottom { display: none; }
			#contacts div.title h1 { padding: 0; }

		#contacts div.contacts { width: 90%; min-height: 0; margin: 0 auto; }
			#contacts div.contacts h2 { font-size: 22px; }
			#contacts div.contacts p {  }
			#contacts div.contacts span.bottom { display: none; }

		#contacts #cmap { position: relative; width: 100%; height: 300px; left: 0; }
}