﻿/*######### Voce */
.voce {
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 15px;
	z-index: 100;
	background-color: #21A9CC;
	width: 220px;
	color: #FFFFFF;
	margin-left:2px;
}

.voce a{
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF;
}

.voce a:hover{
background-color: #FFFFFF;
color: #000000;
}


/*######### Empresa */
.empresa {
	position: absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 15px;
	z-index: 100;
	background-color: #21A9CC;
	width: 240px;
	color: #FFFFFF;
}

.empresa a{
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF;
}

.empresa a:hover{
background-color: #FFFFFF;
color: #000000;
}
