body{
	
	background:#f4f5f9;
	margin:0;
	padding:0;
	font-family:Century Gothic;
	
}

.header{
		
	background: #fff;
	height:40px;
	width:100%;
    box-shadow:0px 1px 2px #ddd;
    border-bottom:1px #bbb solid;
	padding: 12px;
	position:fixed;
	z-index:999;
	font-family:Segoe, "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	display:flex;
	
}

.logoImage{
	
	
	width:40px;
	height:40px;
	border-radius:100px;
	
}


.nombreEmpresa{
	
	width:85%;
	padding:5px;
	margin-left:10px;
	color:#4b91af;
	font-size:23px;
	font-weight:bold;
	float:left;
	line-height:40px;
	
}

.nombreEmpresa span{
	
	color:#afaeae;
	font-size:19px;
	padding-left:14px;
}
.nombreRol{
	
	
	width:40%;
	padding:5px;
	margin-left:10px;
	color:#78929b;
	font-size:19px;
	font-weight:bold;
	float:left;
	line-height:40px;

}

.nombreRadiologo{
	
	width:18%;
	color:#78929b;
	font-size:17px;
	font-weight:bold;
	margin-right:10px;
	float:left;
	line-height:40px;
	
}

.salir{
	
	
	width:7%;
	color:#f3562c;
	font-weight:bold;
	text-align:right;
	float:right;
	margin-right:1%;
	line-height:40px;
	font-size:16px;
	cursor:pointer;
	
}

.loginActive{
	
	background:#e9e9e9;
	width:40px;
	height:40px;
	margin-right:2%;
	border-radius:100px;
	
}

.infoBox{
	
	background:#fff;
	width:90%;
	height:auto;
	margin:auto;
	margin-top:2%;
	border-radius:5px;
	margin-bottom:2%;
	border:1px #d0d0d1 solid;
	
}

.contMenuLateral{
	
	float:left;
	width:28%;
	position:fixed;
	position:relative;
	
	
	
	
}

.menu{
	
	background:#fff;
	position:fixed;
	max-height: 100%;
	min-height:100%;
	width:21%;
	z-index:99;
	overflow:scroll;
	
	
}

.imgMenu{
	
	display:flex;
	padding:6px;
	margin-top:1%;
	margin-left:2%;
	margin-right:0;
	cursor:pointer;
	position:relative;
	
}

.active, .imgMenu:hover {
  
    background:#fff;
	border-left:7px #4b91af solid;
	box-shadow:0 8px 9px 9px #ebebeb;
	
	
}

.imgMenu img{
	
	width:45px;
	height:45px;
	
}


/*.imgMenu:hover{
	
	background:#592ea7;
	border-radius:20px;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}*/

.menuPtions{
	
	padding:13px;
	color:#616468;
	font-size:15px;
	font-weight:bold;
}

.encabezadoMenu{
	
	background:#47a77c;
	padding:15px;
	text-align:center;
	color:#c8e6d9;
	font-size:19px;
	font-family:tahoma;
	font-weight:bold;
	
}