/* CSS Document */

#formulario {
	float: left;
	height: 408px;
	width: 500px;
	padding-right: 10px;
	padding-left: 15px;
}

.fila {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF0000;
	width: 440px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.fila label {
	display:block;
	float:left;
	margin-top:2px;
	width:23%;
	padding-right: 20px;
	text-align: left;
	color: #333333;
}
.caja_texto {
	font-size: 1em;
	color: #333333;
	width: 70%;
	border: 1px solid #666666;
}
legend {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #FE9900;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: 1px dashed #FE9900;
	padding-top: 20px;
	padding-bottom: 10px;
}

.caja_textogrande {
	font-size: 1.5em;
	color: #333333;
	width: 70%;
	border: 1px solid #666666;
	height: 200px;
}
.enviar {
	text-align: right;
	width: 86%;
	cursor: pointer;
}
.cont_central p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#formulario p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
