/* Styles for "dynamic" menu */
.grupos, .gruposover {
	cursor: hand;
	font-size: 14px;
	color: #000000;
	line-height: 35px;
	padding-left: 35px;
	background-image: url(../imagenes/icons/fondo_menu.gif);
	background-repeat: no-repeat;
	text-decoration: none;
    position: relative;
}

.gruposover {
     color: #625137;
}

.float {
    background-color: #e6e8a6;
	border: 4px #ac9061 inset;
	width: 180px;
    position: absolute;
	z-index: 10000;
	top: 0px;
	left: 200px;
}

.secciones {
	font-size: 14px;
    font-weight: normal;
    padding-left: 2px;
    font-variant: normal; 
    line-height: 20px;
    color: #000000;
}

a.secciones:hover {
    color: #ac9061;
    text-decoration: none;
}

a.secciones:visited {
	text-decoration: none;
}

a.secciones:link {
	text-decoration: none;
}
