/* ------------------------------------------------------------------------------------------------------------------ */
/* categorias */

div#category { display: block; position: relative; width: 100%; margin: 0 auto; padding: 50px 0; background-color: #E2E2E2; }
	div#category div.container { display: block; position: relative; width: 1000px; margin: 0 auto; }

	div#category a.item { display: block; position: relative; width: 780px; padding: 50px 20px 20px 20px; margin: 0 0 50px 0; font-size: 0; }
		div#category a.item h1 { display: block; position: absolute; top: -30px; max-width: 80%; line-height: 50px; height: 50px; padding: 0 5%; background-color: #E2E2E2; font-size: 22px; font-family: 'ArialBold', sans-serif; }
		div#category a.item div.photo { display: inline-block; position: relative; height: 150px; margin: 0 5px; }
		div#category a.item div.photo
		{
			width: 25%;
			width: -webkit-calc( 25% - 10px );
			width:    -moz-calc( 25% - 10px );
			width:         calc( 25% - 10px );
		}

	div#category a.item:nth-child(odd) { margin: 0 0 50px 0; border: 10px solid #002880; text-align: left; }
	div#category a.item:nth-child(odd):hover { background-color: #002880; }
		div#category a.item:nth-child(odd) h1 { left: 10px; color: #002880; }
		div#category a.item:nth-child(odd):hover h1 { top: 0; color: #ffffff; background-color: #002880; }
	div#category a.item:nth-child(even) { margin: 0 0 50px 20%; border: 10px solid #BE0C13; text-align: right; }
	div#category a.item:nth-child(even):hover { background-color: #BE0C13; }
		div#category a.item:nth-child(even) h1 { right: 10px; color: #BE0C13; }
		div#category a.item:nth-child(even):hover h1 { top: 0; color: #ffffff; background-color: #BE0C13; }