body {
	background: #EBB04F;
	}
	
.txt {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	line-height: 11pt;
	text-decoration: none;
	color: #000;
	background-color:#EBAF4E;
}

.boton {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #D77822;
	background-color: #eeeeee;
	border: 1px #AEB06F solid;
}

.campo {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	border: 1px #D77822 solid;
	padding: 4px;
}