@media (max-width:1000px){
	.tablaAlumns tr td:nth-child(2){width: 77px!important;}
	#menuFlex ul{width: 40px!important;z-index: 1001!important;}
	#work{height: auto!important;}
	#menuFlex{top: 10%!important;left: 83%!important;z-index: 1001!important;}
	.infoPop{margin-left: 120px!important;}
}

.header{background: url(/../psp/INTERFAZ/DOCENTES_SIGAA/CSS/BarraVerde-01.jpg) repeat-x center top;height: 40px;}
.selectAsig{width: 100%;
height: 100%;
background: #eee;
padding: 5px;
border: 1px solid #ccc;
border-radius: 0 5px 5px 0;}
.elementosAsig{position: absolute;
width: 86%;
height: 460px;
background: #A19E9E;
border: 1px solid #ccc;
border-radius: 0 0 5px 5px;
margin-left: 3%;opacity: 0;z-index: 0;overflow: hidden;overflow-y: auto;box-shadow: 5px 7px 18px -3px #aaa5a5;}
.elementosAsig ul li{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
height: auto;
box-sizing: border-box;
padding: 6px;
cursor: pointer;
font-size: 11px;

}
.elementosAsig ul li i{ opacity: 0; }
.elementosAsig ul li:hover{
	background: #9ebb44;
	border-bottom: 1px solid #3b7a24;
}

.tablaAlumns tr td:nth-child(2){
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

#UserInfoElement:hover .infoPop{

	opacity:1!important;
	z-index: 9999!important;

}


.infoPop{
	position: absolute;
left: 2%;
top: 48px;
z-index: 9999;

padding: 18px;
width: 206px;
height: 261px;
border-radius: 26px;
background:-webkit-linear-gradient(-100deg, #98a298 , #eaeaea);
background: -o-linear-gradient(-100deg, #98a298 , #eaeaea);
background: -moz-linear-gradient(-100deg, #98a298 , #eaeaea);
background: linear-gradient(-100deg, #98a298 , #eaeaea);
text-align: center;
box-shadow: 1px 1px 8px 0px #2a2626;
}
.infoPop img{
	width: auto;
height: 124px;
display: inline-table;
border-radius: 13%;
margin-top: -7px;
margin-bottom: 9px;
box-shadow: 1px 1px 6px 0px white;
}
.infoPop p{float: left;
width: 100%;
margin-top: 4px;
font-size: 13px;
color: black;}


.itemprint{
	width: 50%;

text-align: center;
background: #000;
display: inline-table;
cursor: pointer;
margin-top: 7%;
}
.elementRepor i{font-size: 28px;
line-height: 0;
color: black;
cursor: pointer;
margin-top: 12px;
margin-left: 0;
float: left;
}
.elementRepor:hover{
	background: #83db94;
}
.elementRepor p{width: 100%;

height: 100%;
line-height: 26px;
margin: 0;
padding: 0;
box-sizing: border-box;
padding: 0%; cursor: pointer;}


.fclick{cursor: pointer;}
.Pclick{cursor: pointer;}
.tablaAlumns tbody tr:hover td{ background: #bfe1bc!important; }
