.elemento {
	background-color: #FFF;
	display: block;
	width: 95%;
	margin: 0.4em;
}

textarea {
	width: 96%;
}

.mitad {
	width: 49%;
	display: inline-block;
}

.completo {
	width: 100%;
	display: block;
}
.controles {
	text-align: center;
	margin: 1em;
}
.controles button {
	background-color: #d9241c;
	color: #FFF;
	border: none;
	line-height: 2.5em;
	width: 8em;
	cursor: pointer;
}

.controles button:hover {
	background-color: #FFF;
	color: #d9241c;
}

.center {
	text-align: center;
}
.margen {
	margin: 1em;
}