

@media screen and (max-width: 600px) {

/*DIV IMGS LADO DIREITO DA PÁGINA*/

#LATERAL {position:fixed; right:0; top:145px; z-index:9999;}


/*INÍCIO*/
a.AJUDA { display:block;width:37px;height:35px;background:url("../IMGS/IMGS_BOTOES_NOVOS/AJUDA.png") 0 0 no-repeat;text-decoration:none;font-size:14px} 
a:hover.AJUDA {Background-position: -37px 0;}

/*BOTÃO PÁGINA INICIAL*/
a.VOLTAR { display:block;width:37px;height:35px;background:url("../IMGS/IMGS_BOTOES_NOVOS/VOLTAR.PNG") 0 0 no-repeat;text-decoration:none; font-family: 'Oswald',  sans-serif; font-size:14px} 
a:hover.HOME {Background-position: -37px 0;}


}

@media screen and (min-width: 601px) {

#LATERAL {position:fixed; right:0; top:145px; z-index:9999}

/*BOTÃO AJUDA*/
a.AJUDA { display:block;width:63px;height:50px;background:url("../IMGS/IMGS_BOTOES/AJUDA.PNG") 0 0 no-repeat;text-decoration:none; font-family: 'Oswald',  sans-serif; font-size:14px} 
a:hover.AJUDA {Background-position: -63px 0;}

/*BOTÃO PÁGINA INICIAL*/
a.VOLTAR { display:block;width:63px;height:50px;background:url("../IMGS/IMGS_BOTOES/VOLTAR.PNG") 0 0 no-repeat;text-decoration:none; font-family: 'Oswald',  sans-serif; font-size:14px} 
a:hover.HOME {Background-position: -63px 0;}


}



