#textos{
	position: absolute;
	width: 100px;
	top: 140px;
	left: 0px;
	text-align: right;
}
#form{
	position: absolute;
	width: 300px;
	top: 140px;
	left: 130px;
	text-align: left;
}
#datoscontacto{
	position: absolute;
	width: 300px;
	left: 130px;
	text-align: left;
}
#tnombres{
	position: relative
	width: 100px;
	height: 20px;
	text-align: right;
}
#fformulario{
	position: relative;
	width: 300px;
	height: 20px;
	text-align: left;
}


#boton{
	position: absolute;
	top: 145px;
	background-color: #908768;
	width:80px;
	height:19px;
}
#boton_hidden{
	visibility:hidden;
	width:80px;
	height:19px;
}

.form_textarea {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #4D350E;
	text-decoration: none;
	background-color: #DDD7C0;
	text-align: left;
	border-top: 0px solid #BB001D;
	border-right: 0px solid #BB001D;
	border-bottom: 0px solid #BB001D;
	border-left: 0px solid #BB001D;
}

.boton{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #fefefe;
	text-decoration: none;
	background-color: #908768;
	text-align: center;
	width:80px;
	height:19px;
	text-transform: capitalize;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #4D350E;
	border-left: 0px;
}

