#conteudo{
text-align: center;
height: auto;
width:100%;
font: verdana, helvetica, arial;
background-color: #fff;

}
.centro{
margin-left: auto;
margin-right: auto;
}
.justificar{
padding:20px;
text-align:justify;
}
#topo{
text-align:center;
width:auto;
height:auto;
font: verdana, helvetica, arial;
background-color: #fff;
}
#coluna{
width:70%;
height:auto;
text-align:center;
font: verdana, helvetica, arial;
background-color:#fff;
border-color:#3a64c8;
}
a{
color:#6092C0;
text-decoration:underline;
}
a:hover{
color:#4A7AA6;
text-decoration:none;
}
hr {
margin-left: auto;
margin-right: auto;
color:#3a64c8; 
background:#3a64c8; 
border:0px; width:70%; 
height:3px; 
text-align:center;
}  
/* botao 1 */
#botao {
	position:relative;
	display:block;
	height: 42px;
	width: 269px;
	background:url(images/button.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#botao span.hover {
	position: relative;
	display: block;
	height: 42px;
	width: 269px;
	background: url(images/button.png) no-repeat;
	background-position: bottom;
	}
#footer{
border-top:1px solid #ddd;padding-top:20px;
clear:both;font-size:12px;
margin-bottom:0;width:100%;}
#footer p{
padding:5px 0;
margin:0;
color:#5a5a5a;
text-align:center;
}
#footer a{
color:#5a5a5a;
text-decoration:none;
}
#footer a:hover{
color:#333;
text-decoration:underline;
}
#footer .foot-divider{color:#333;padding:0 12px;}