/* linguagens */
div.languages { display: block; position: absolute; top: 25px; left: 0; width: 80px; height: 30px; background-color: #ffffff; }
    div.languages img { display: block; position: relative; float: left; width: 30px; height: 30px; margin: 0 10px 0 0; }

/* livro de reclamacoes */
a.reclamations { display: block; position: absolute; top: 12px; left: 200px; width: 126px; height: 50px; background: url(../../../../src/img/reclamacoes.png) no-repeat center center; background-size: contain; }

/* barra do rodape */
div.copyright { display: block; position: absolute; top: 25px; right: 150px; height: 30px; }
    div.copyright p { display: block; font-size: 12px; line-height: 30px; }

div.developed_by { position: absolute; top: 19px; right: 20px; width: 24px; height: 36px; }
    div.developed_by a { display: block; width: 24px; height: 36px; background: url(../../../../src/img/logos/idstudies.png) no-repeat 0 0; }
	div.developed_by a:hover { background-position: 0 -36px; }