// Função que faz o ajuste das setas em relosução superior a 800x600 pixels
// function ajuste(){

	if (screen.width == "1024"){
		document.all["tiposseguros"].style.left = "180px";
		}

	if (screen.width == "1280"){
		document.all["informacao"].style.left = "288px";
		}
// }