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

div#catalogs { display: block; position: relative; width: 1200px; padding: 50px 0; overflow: hidden; margin: 0 auto; font-size: 0; }

	div#catalogs a { display: inline-block; position: relative; width: 232px; background-color: #e1e3e3; margin: 0 10px 50px 0; vertical-align: top; text-decoration: none; }
	div#catalogs a:nth-child(5n) { margin: 0 0 50px 0; }
		div#catalogs a h1 { display: block; position: relative; width: 210px; margin: 20px auto 0 auto; font-size: 18px; line-height: 25px; text-align: center; color: #6e6e6e; }
		div#catalogs a span.photo { display: block; position: relative; width: 210px; height: 210px; margin: 15px auto 0 auto; }
		div#catalogs a span.button { display: block; position: relative; width: 210px; height: 210px; margin: 15px auto 0 auto; }
		div#catalogs a span.download { display: block; position: relative; width: 100%; background-color: #bbbdbe; height: 30px; border-top: 4px solid #ffffff; margin: 11px 0 0 0; text-align: center; }
			div#catalogs a span.download p { display: inline-block; position: relative; height: 100%; width: auto; min-width: 50px; margin: 0 auto; background: transparent url(../src/img/download_icon.png) no-repeat left center; vertical-align: middle; font-size: 16px; line-height: 37px; text-transform: uppercase; color: #ffffff; text-indent: 15px; }
		div#catalogs a:hover span.download { background-color: #db7f07; }