/* CSS Document */

a.Ntooltip {
	position: relative;
	text-decoration: none !important;
	color:#1E1208!important;
	height: 109px;
	width: 185px;
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;


}

a.Ntooltip:hover {
	z-index:98;

}

a.Ntooltip span {
display: none; /* el elemento va a estar oculto */
}

a.Ntooltip:hover span {
	display: block;
	position: absolute;
	top:-106px;
	left:4px;
	width:175px;
	padding:5px;
	color: #544233;
	height: 15px;
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	background-color: #1E1208;





}
