 ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }




#contenidos_iz .arrowlistmenu{
width: 215px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader, .arrowlistmenu .menuheader h3 a{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 0.8em Arial;
color: #546e3e;
margin:0px;
background-color:#1584a8;
background:url(../imagenes/fnd_botones.jpg) repeat-x top left;
border-bottom: 1px solid #506524; /*bottom spacing between header and rest of content*/
padding: 0.8em 0 0.8em 0.8em; /*header text is indented 10px*/
cursor: pointer;
width: 208px;
}


.arrowlistmenu  h3 a:hover,.arrowlistmenu  h3 a{ /*CSS class for menu headers in general (expanding or not!)*/
text-decoration:none;
color: #546e3e;
cursor: pointer;
}



.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/

/*background: black url(../../images/titlebar.png) repeat-x center left;*/
background-color:#506524;
background:url(../imagenes/fnd_botones.jpg) repeat-x bottom left;


}




.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(../imagenes/fnd_botones.jpg) repeat-x bottom left;
border-bottom: 1px solid #fff;
/*background-image: url(../../images/titlebar-active.png);*/
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
background-color:#506524;
list-style-type: none;
font-size:10px;
margin: 0;
width:100%;
padding: 0; /*bottom spacing between each UL and rest of content*/
margin-bottom:1px;

}

.arrowlistmenu ul li  {
margin: 0 0px;
padding: 0;
display: block;
color:#fff;
font-weight: normal;
margin-bottom:1px;

/*border-bottom: 1px solid #dadada;*/
}

.arrowlistmenu ul li .nolink{ /*Open state CSS for sub menu header*/
background: #fff !important;
}



.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #fff !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #fff !important;
}

.arrowlistmenu ul li a, .arrowlistmenu ul li.nolink2{
background-color:#6f7f48;
padding:4px 0px 4px 5px; /*bottom spacing between menu items*/
margin:0;
display: block;
color: #fff;
text-decoration: none;
font-weight: normal;

}

.arrowlistmenu ul li a:visited{
display: block;
color: #fff;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
display: block;
background-color:#8b986c; 
color: #000;
text-decoration:none;

}
.arrowlistmenu ul li a.activado{ /*hover state CSS*/
display: block;
background-color:#fa8686; 
color: #0a627e;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #fff;
text-decoration:none;
}
