/**
 * Estilos para el contenido.
 */
.dokuwiki div.page {
	min-height: 600px;
}
/**
 * Estilos para los botones personalizados.
 */
.contenidoFormularios {
	height: 2em;
}
.botonReceta {
	color:#8A0886 !important;
}
.botonNuevo {
	color:#088A08 !important;
}
.botonMover {
	color:#08088A !important;
}
.botonEliminar {
	color:#8A0808 !important;
}
.ocultarFormulario {
    display: none;
}
.campoFormulario {
    width: 100%;
}
.campoFormularioArea {
	width: 617px;
}
.cajaFormulario {
    border: 0px;
}
.botonFormulario {
    display: block;
    margin-top: 1em;
}
.botonFormularioSeguido {
    margin-top: 1em;
}
/**
 * Estilos para las opciones del editor.
 */
.cke_contents {
	height: 600px !important;
}
#ebtn__delete, #ebtn__dwedit, #backup_button, #revert_to_prev_btn, #no_styling_btn {
	display: none;
}
.ocultarOpcionesEditor {
	display: none;
}