.fdMenuDesp {
	background-color: #003F7C;
	filter: alpha(opacity=90);
	opacity: .9;
	width: 251px;
	heigth:259px;
}

.linkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/icono_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;

}

.linkMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCB08;
	text-decoration: none;
	background-image: url(../img/icono_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.pathActivado {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CBD1D7;
	text-decoration: none;
}
