@charset "utf-8";
fieldset/* CSS Document */

 {
	border: 1px solid #E3DFD5;
	padding: 10px;
	width: 600px;
	margin-bottom: 10px;
}
legend {
	font-weight: bold;
	font-size: 16px;
	color: #0E3982;
}
.columna_form {
	float: left;
	width: 300px;
}

#textoBase input {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#textoBase .enviar {
	height: auto;
	width: auto;
	clear: both;
	float: none;
	margin-top: 10px;
}

#textoBase textarea {
	float: left;
	clear: both;
	width: 550px;
}

#textoBase label {
	font-weight: bold;
	color: #0F3D88;
	font-size: 12px;
	float: left;
	display: block;
	width: 200px;
	margin-top: 5px;
}
