#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}


/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}

#expList ul, li {
    list-style: none;
    padding:0;
    cursor: pointer;
	line-height:30px;
}

#expList ul li ul {
    list-style: none;
    padding:0;
    cursor: pointer;
	line-height:30px;
	margin-left:10px;
}

#expList p {
    margin:0;
    display:block;
	font-size:30px;
	font-family:"Segoe UI";
	font-weight:400;
	color:#575757;
}

#expList li {
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
	font-size:14px;
	font-style:normal;
	color:#000;
}

#expList li:over {
	color:#FF0;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(../../imagenes/collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(../imagenes/expanded.png);
}
#expList {
    clear: both;
}

.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
    background-color:#555555;
    color:#222222; 
    font-weight:normal;
}