h1, h2 {
	color: var(--dorado);
}
h3, h4 {
	color: var(--dark);
}
.simple-page ul {
	list-style-type: square;
	padding-left: 3em;
}
.simple-page ul li {
	padding-bottom: 1em;
}
#searchform label {
	display: none;
}
.sidebar-derecha ul {
	list-style: none;
	padding: 1em 0;
}
p {
	text-align: justify;
}