/* ---------------------------------------------------------------------------------------------- */
/* direitos */

@media all and ( max-width: 599px )
{
	div#footer div.copyright { display: block; position: relative; width: 100%; height: 75px; background-color: #653614; }
		div#footer div.copyright p { display: block; position: relative; font-size: 14px; line-height: 75px; color: #ffffff; margin: 0 0 0 10px; text-align: center; }
}
@media all and ( min-width: 600px ) and ( max-width: 1099px )
{
	div#footer div.copyright { display: block; position: relative; height: 22px; float: left; }
		div#footer div.copyright p { display: block; position: relative; font-family: 'ArialRoundedMTBoldRegular', sans-serif; font-size: 12px; line-height: 22px; color: #ffffff; margin: 0 0 0 10px; }
}
@media all and ( min-width: 1100px )
{
	div#footer div.copyright { display: block; position: relative; width: 100%; height: 75px; background-color: #653614; z-index: 2; }
		div#footer div.copyright p { display: block; position: relative; font-size: 14px; line-height: 75px; color: #ffffff; margin: 0 0 0 10px; text-align: center; }
		div#footer div.copyright span { display: block; position: absolute; bottom: -10px; left: 0; width: 100%; height: 10px; background: transparent url(../../../src/img/footerBottom.png) repeat-x; }
}


/* ---------------------------------------------------------------------------------------------- */
/* desenvolvido por */

@media all and ( max-width: 599px )
{
	div#footer div.developed_by { display: block; position: relative; width: 82px; height: 18px; float: right; margin: 2px 10px 0 0; }
		div#footer div.developed_by a { display: block; position: relative; width: 82px; height: 18px; background: url(../../../src/img/logos/idstudies.png) no-repeat; background-size: cover; }
}
@media all and ( min-width: 600px ) and ( max-width: 1099px )
{
	div#footer div.developed_by { display: block; position: relative; width: 82px; height: 18px; float: right; margin: 2px 10px 0 0; }
		div#footer div.developed_by a { display: block; position: relative; width: 82px; height: 18px; background: url(../../../src/img/logos/idstudies.png) no-repeat; background-size: cover; }
}
@media all and ( min-width: 1100px )
{
	div#footer div.developed_by { display: block; position: relative; width: 100%; height: 90px; z-index: 1; background-color: #ffffff; margin: 0 auto; }
		div#footer div.developed_by div.container { display: block; position: relative; width: 900px; height: 90px; margin: 0 auto; }
		div#footer div.developed_by a.idstudies { display: block; position: absolute; top: 50%; left: 0; margin: -12px 0 0 0; width: 115px; height: 25px; background: url(../../../src/img/logos/idstudies.png) no-repeat; }
		div#footer div.developed_by a.qren { display: block; position: absolute; top: 0; right: 0; margin: 0; width: 405px; height: 90px; background: url(../../../src/img/logos/idstudies.png) no-repeat; }
}


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