#titulo {
	text-align: center;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: 2em;
	font-family: serif;
}

#contenido {
	padding: 0 2em;
}

#contenido img{
	border: 0;
	height: 16px;
	width: 16px;
}

#contenido a{
	border: 0;
	margin-bottom: 6em;
}

#pie {
	bottom: 0;
	position: absolute;
	width: 100%;
}

#nuevo {
	text-align: center;
	width: 100%;
	padding: 0.2em 0;
	background-color: red;
	color: white;
}

#formulario {
	text-align: center;
	width: 100%;
	padding-top: 1.2em;
	padding-bottom: 1em;
	background-color: black;
	color: white;
}