/* CSS Document */
.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #4f462c;
	line-height: 18px;
}
.mail {
	font-family: Tahoma;
	font-size: 11px;
	color: #4f462c;
	text-decoration: none;
}
.mail:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #4f462c;
	text-decoration: underline;
}
.bottom {
	font-family: Tahoma;
	font-size: 11px;
	color: #4f462c;
	line-height: 18px;
}
.campo {
	height: 17px;
	width: 250px;
	border: 1px solid #9e925a;
	font-family: Tahoma;
	font-size: 10px;
	color: #63450e;
	padding: 2px;
}
.input {	
	width: 250px;
	border: 1px solid #9e925a;
	font-family: Tahoma;
	font-size: 10px;
	color: #63450e;	
	padding: 2px;
}