/* CSS Document */

/* ---------------- ESTILOS GENERALES ------------------- */

BODY {
	font-size: medium;
	background-color: #FFFFFF;
}

.contenedor {
	background-color: #FFFFFF;
}

.cabecera {
	display: none;
}

.migas {
	display: none;
}

.menus {
	display: none;
}

.pie {
	display: none;
}

/* ---------------- ELEMENTOS QUE NO DEBEN SER IMPRESOS ------------------- */

.volver{
	display: none;
}

.volver_dch {
	display: none;
}

.subir {
	display: none;
}

.subir_informe {
	display: none;
}

.indice_cron {
	display: none;
}