body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
	margin: 0px;
	padding: 0px;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-color: #694D21;
	background-position: left top;
	text-align: center;
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	width: 89%;
	border: 1px inset #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	background-color: #EBDDC3;
	padding-right: 4px;
	padding-left: 4px;
}
textarea {
	width: 244px;
	border: 1px inset #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	background-color: #EBDDC3;
	padding-right: 4px;
	padding-left: 4px;
	overflow: auto;
	height: 170px;
}
.enviar {
	background-image: url(enviar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 39px;
	width: 161px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

select {

	width: 89%;
	border: 1px inset #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	background-color: #EBDDC3;
	padding-right: 4px;
	padding-left: 4px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
