body {
	background-color: #f0f0f0 !important;
}

#kt_app_header, #kt_app_sidebar {
	background-color: #f0f0f0 !important;
}

#kt_header_user_menu_toggle {
	width: 40px;
    height: 40px;
    background-color: #56BBE3;
    border-radius: 8px;
}

#avatar-photo-menu {
	width: 50px;
    height: 50px;
    background-color: #56BBE3;
    border-radius: 8px;
}

#avatar-photo-menu>div{
	text-align: center;
	font-size: 2.5em;
}

#profile-span {
	margin: auto;
}

#politica-privacidad {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	 min-height: 60px;
	max-height: 400px;
	color: #fff;
	z-index: 9900;
}

#kt_header_notifications_menu_toggle {
    width: 40px;
    height: 40px;
    background-color: #ad94e1;
    border-radius: 8px;
}