#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #40CD14;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:white;
color:#000000;
width:400px;
padding:2px;
text-align:left;
font-weight: bold;
}

.submenu{
margin-bottom: 0.5em;
}

H1 {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #2F6A5D;
}

li {
	font-family: verdana;
	font-size: 8pt;
	color: Gray;
	line-height: 15pt;
}


.TextNormal,.TextResalt,.TextTitulo,.enlace,.enlace2 {
	font-family: verdana;
	font-size: 8pt;
	color: Black;
}

.TextResalt {
	font-weight: bold;
	color: Navy;
}

.TextTitulo {
	font-size: 9pt;
	font-weight: bold;
	color: #2F6A5D;
}

.enlace {color: NAVY; text-decoration: none; font-weight: bold;}
.enlace:hover {color: WHITE; text-decoration: none; font-weight: bold;}	

.enlace2 {color: #A4A9B9; text-decoration: none; font-weight: bold;}
.enlace2:hover {color: NAVY; text-decoration: none; font-weight: bold;}	
