.capa{
	position:absolute;
    margin-left:-250px;
    display: block;
    left:50%;
}
body, td{
	font-family: Arial;
	font-size: 12px;
	color:#000;
}
h3{
	font-size: 30px;
	color:#0089CF;
}

.botao{
	height: auto;
	padding: 10px 25px;
	margin: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #999;
	box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 	rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
	background-image: url(../img/botao.png);
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
}
