/* direitos */
div.copyright { display: block; position: absolute; bottom: 5px; left: 100px; height: 30px; }
    div.copyright p { display: block; font-size: 12px; line-height: 15px; color: #6d6e70; font-family: 'Arial', sans-serif; }

/* desenvolvido por */
div.developed_by { display: block; position: absolute; bottom: 5px; right: 100px; width: 23px; height: 29px; }
    div.developed_by a { display: block; width: 20px; height: 29px; background: url(../../../src/img/logos/idstudies.png) no-repeat 0 0; }
    div.developed_by a:hover { background-position: 0 -35px; }
        div.developed_by a span { display: block; position: absolute; top: 0; left: 0; width: 0; height: 29px; background: transparent url(../../../src/img/logos/idstudies.png) no-repeat 0 -29px; }

@media all and ( max-width: 1099px )
{
    /* direitos */
    div.copyright { left: 0; bottom: 0; position: relative; height: 20px; margin: 5px 0 0 0; }
        div.copyright p { font-size: 10px; line-height: 10px; color: #ffffff; text-align: center; }

    /* desenvolvido por */
    div.developed_by { display: block; position: relative; width: 23px; height: 30px; right: auto; bottom: auto; margin: 10px auto 0 auto; }
        div.developed_by a { display: block; width: 20px; height: 29px; background: url(../../../src/img/logos/idstudies.png) no-repeat 0 0; }
        div.developed_by a:hover { background-position: 0 -35px; }
            div.developed_by a span { display: block; position: absolute; top: 0; left: 0; width: 0; height: 29px; background: transparent url(../../../src/img/logos/idstudies.png) no-repeat 0 -29px; }
}