#notificatios {
	position: absolute;
	left: 180px;
	height: 50px;
	padding-top: 7px;
}
#notificatios ul{
	list-style: none;
	height:36px;
	border: solid 1px #40323f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#notificatios li{
	float: left;
	position: relative;
	border-left: solid 1px #40323f;
	cursor: pointer;
}

#notificatios li:FIRST-CHILD{
	border-left: none;
}

#notificatios #ntMessage a{
	background: url("../images/JNet_TitleBars_Ico_AtencionesPop.png") no-repeat center;
	display: block;
	width: 40px;
	height: 36px;
}


#notificatios #ntWarrning a{
	background: url("../images/JNet_Notif_IcoAlertas.png") no-repeat center;
	display: block;
	width: 40px;
	height: 36px;
}

#notificatios span{
	background: url("../images/JNet_Notif_SinMensaje.png") no-repeat center;
	min-width: 22px;
	min-height: 22px;
	display: block;
	position: absolute;
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 2;
	top:-15px;
	right: 2px;
}

#notificatios li.hasNotifications span{
	background-image: url("../images/JNet_Notif_ConMensaje.png");
}
