/* ---------------------------------------------------------------------------------------------- */
/* estrutura */

div#bg { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }

	div#bg span.top { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 15px; background-color: #989e4a; }
	div#bg span.bottom { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 42px; background: transparent url(../src/img/indexBottom.png) repeat-x; }

	div#bg span.logo { display: block; position: relative; width: 659px; height: 264px; margin: 150px auto 0 auto; background: transparent url(../src/img/logoIndex.png) no-repeat center center; background-size: cover; }

	div#bg div.languages { display: block; position: relative; width: 100%; height: 50px; margin: 50px auto 0 auto; text-align: center; padding: 5px 0; }
		div#bg div.languages a { display: inline-block; position: relative; font-size: 26px; line-height: 50px; font-family: 'HelveticaCondensedThin', sans-serif; font-weight: bold; text-transform: uppercase; color: #775925; text-decoration: none; margin: 0 10px; padding: 0; }
		div#bg div.languages a:hover { color: #989e4a; }


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