div.figura {
	float: center;
	width: 100%;
	margin: auto;
	position: relative;
  }
div.figura p {
  text-align: center;
  font-family: Arial;
  font-style: italic;
  font-size: smaller;
}

div.coluna1 {
	float: left;
	width: 50%;
	margin-top: 20px;
	line-height: 8pt;
}
div.coluna2 {
	float: left;
	width: 50%;
	margin-top: 20px;
	line-height: 8pt;
}

table#estilotodo tr td {background:#228B22;}
table#estilotodo tr.estilounico td {background:#00FF00;}

body {background-color:#F5DEB3;
}
h1 {    font: 12 px Verdana, Arial, Helvetica, sans-serif;
	}

hr {color: #008000;
      height: 2px;
    }

a:link {text-decoration:none;
color:#000000;
}
a:visited, a:active {text-decoration:none;
color:#000000;
}
a:hover {text-decoration:none;
color:#FFFFCC;
background:#FF6DEC;
}
.barNav a {
font: 12 px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
background:#6DFF0C;
text-align:center;
padding: 1px 5px;
margin-right:1px;
border: 1px solid #6DFF0C;
}
.barNav a:hover {
background:#FCFCFC;
border: 1px solid ##5AE294;
}

