#texto {
	width: 600px;
	padding-left: 27px;
	padding-top: 20px;
	text-align: justify;
	min-height: 400px;	
}
#texto p.intro {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 15px;
}
form {
	width: 400px;
}
form p label {
	display: block;
	padding-top: 4px;
	height: 20px;	
	text-indent: 10px;
	width: 339px;
	border-left: 1px solid #D6D6D6; /*#CDCDA3;*/
	border-right: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	border-bottom: none;
}
form p input {
	display: block;
	width: 339px;
	font-size: 11px;
	margin-top: -1px;
	margin-bottom: 5px;
	height: 16px;
	font-weight: bold;
	border: 1px solid #D6D6D6;
	background-color: #EEEEEE;
	padding-top: 5px;
	color:  #797969;
}
form p textarea {
	border: 1px solid #D6D6D6;
	background-color: #EEEEEE;
	width: 339px;
	color:  #797969;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS";
	margin-bottom: 5px;
}
form p.estrecho {
	float: left;
	width: 165px;
	padding-right: 9px;	
	margin: 0;
	color:  #797969;
}
form p.estrecho input, 
form p.estrecho label {
	width: 165px;
}
form #boton {
	width: 200px;
	height: 25px;
	padding-top: 9px;	
	margin-top: 10px;
}
form #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;
}
form #boton a:hover {
	text-decoration: underline;
}

