.formulario table {
	border: 1px solid #7EAC56;
}

.formulario td {
	text-align: left;
	border: none;
	border: 2px solid #FFF;
	
}

.label {
	width: 120px;
	background-color: #7EAC26;
	color: #FFF;
	margin: 0px auto;
	vertical-align: top;
}

.formulario input {
	border: 1px solid #7EAC26;
}

.fecha {
	
	width: 100px;
}

.hora {
	width: 40px;
}

.texto {
	width: 200px;
}

.notas {
	width: 200px;
	height: 100px;
}
.btn {
	height: 30px;
	background-color: #7EAC56;
	margin-left: 130px;
	font-weight: bold;
}

