/* avoid stupid IE6 bug with frames and scrollbars */
body {
background-color: #336699;
text-align: center;
padding: 0px;
margin: 50px;
}
.caixa {
	font: 10px Arial, Helvetica, sans-serif;
	border: 1px solid;
	width: 80px;
	height: 12px;
	margin: 5px;
	background-color: #6699cc;
	border-bottom: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	color: #2b5781;
}
.boton {
	padding: 0;
	margin: 0;
	width: 60px;
	height: 20px;
	color: #99ccff;
	background-color: #336699;
	font: 9px Arial, Helvetica, sans-serif;
	border-top: 2px solid #518bc3;
	border-left: 2px solid #518bc3;
	border-bottom: 2px solid #244c72;
	border-right: 2px solid #244c72;
	}
	.firma {
	font: 9px Arial, Helvetica, sans-serif;
	color: #5992c8;
}
 .firma a {
	
}


