#central h1{
	font-size: 24px;
	color: #F0F0F0;
	margin: 2px 10px 2px 40px;
	font-weight: normal;
}
#central h2{
	font-size: 18px;
	color: #FF7420;
	margin: 6px 10px 6px 60px;
	font-weight: normal;
}
#central p{
	text-indent: 2em;
	margin: 0 10px 10px 10px;
	font-size: 14px;
}
.destacado{
	color: #FF7420;
	font-weight: bold;
}
#central form label{
	display: block;
	float: left;
	width: 140px;
	color: #FF7420;
	font-weight: bold;
}
#central form input{
	display:block;
	font-size: 12px;
	color: #1D2232;
}
#central form textarea{
	display:block;
	font-family:"Trebuchet MS","Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size: 12px;
	border: 1px solid #FF7420;
	color: #1D2232;
}
#central form span{
	font-size: 12px;
	color: #FF7420;
}
.bien {
	border: 1px solid #FF7420;
}
.mal {
	border: 1px solid red;
}
#enviar {
	position: relative;
	left: 80%;
	font-size: 14px;
	font-weight: bold;
}
