#texto {
	width: 600px;
	padding-left: 29px;
	text-align: justify;	
}
p.normal {
	font-size: 12px;
	margin-bottom: 15px;	
	text-align: justify;
}
form {
	width: 400px;
}
form h3 {
	font-size: 14px;
	color: #C4AA1F;
	margin-top: 10px;
	margin-bottom: 10px;	
}
form p label {
	display: block;
	padding-top: 4px;
	height: 20px;	
	text-indent: 10px;
	width: 339px;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	border-bottom: none;
}
form p input, 
form p select {
	display: block;
	width: 339px;
	font-size: 11px;
	margin-top: -1px;
	margin-bottom: 5px;
	height: 16px;
	color:  #797969;
	font-weight: bold;
	border: 1px solid #D6D6D6;
	background-color: #EEEEEE;
	padding-top: 5px;
}
form p select {
	padding: 0;
	margin: 0;
	height: 20px;
	padding-top: 2px;
	width: 341px;
	margin-bottom: 5px;
	color:  #797969;
}
form p textarea {
	border: 1px solid #D6D6D6;
	background-color: #EEEEEE;
	width: 339px;	
	font-weight: bold;
	font-size: 12px;
	color:  #797969;
	font-family: "Trebuchet MS";
}
form p.estrecho {
	float: left;
	width: 165px;
	padding-right: 9px;	
	margin: 0;
}
form p.fec {
	float: left;
	width: 107px;
	margin-right: 9px;	

}
form p.fec input,
form p.fec label {
	width: 107px;
	margin-right: 9px;	
}
form p.estrecho input, 
form p.estrecho label {
	width: 165px;
}
#boton {
	width: 200px;
	height: 25px;
	padding-top: 9px;	
	margin-top: 10px;
}
#boton a {
	font-size: 12px;
	color: #d1aa08;
	font-weight: bold;
	background-image: url(../imagenes/boton_enviar.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 2px;	
}
#boton a:hover {
	text-decoration: underline;
}

