.granja a .box {
	visibility:	hidden;
	position:	absolute;
	padding:	.25em;
	border:		1px solid #600;
	background:	#4682B4;
	cursor:		default;
	z-index:	2;
}

.granja a:hover {
	position:	relative;
}

.granja a:hover .box {
	visibility:	visible;
	top:		1.75em;
	left:		0em;
}
.granja a .box a {
	width:		100%;
	font-size:	9pt;
	padding:	0 !important;
	display:	block;
}
.granja a .box a:hover {
	background:	#E0FFFF;
}