
/*------------------------------- ESTRUTURA PRINCIPAL -------------------------------*/

* {
  margin: 0 ; padding: 0;  border: 0; /* zerando a margem de todas as tags */
}

body {
	font-family: Verdana, Arial;
	font-size: 12px;
    text-align: left;
}


iframe {
	width: 100%;
	height: 100%;
	border: 0;
}


#ifTermo {
	width: 100%;
	height: 100%;
	border: 0;
}

#idInstrucoes {
	display: none;
}
