/* CSS Document */
.arrowlistmenu{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
height:31px
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
margin: 0;
padding-left:20px;
margin-bottom: 8px;
padding-top:5px;
list-style:none ;/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-top:8px;
}

.arrowlistmenu ul li a{
color:#6C633E;
display: block;
padding: 2px 0;
padding-left: 12px; /*link text is indented 19px*/
text-decoration: none;
background:url(../imgs/item.jpg) no-repeat center left;
font:normal 12px arial
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*color:#FFFFFF;*/
text-decoration: none;
color:#333333;
/*background-image:url(../imgs/item2.jpg);width:128px;*/ /* color:#DAD4BD*/;
}
.categoryitems_contenido{  padding-bottom:20px; list-style:circle}
.title_ul{ margin-top:14px;  margin-left:20px; color:#015577}
.title_ul a{ color:#015577; margin-top:10px}
.categoryitems_contenido  ul{ list-style:none}

.categoryitems{ background:url(../imgs/other.jpg) no-repeat; padding-bottom:50px}
#areas li a{color:#6C633E;
display: block;
padding: 2px 0;
padding-left: 12px; /*link text is indented 19px*/
text-decoration: none;
background:url(../imgs/item5.jpg) no-repeat center left;
font:normal 12px arial}
#areas li{list-style:none}
#areas li a:hover{ /*hover state CSS*/
/*color:#FFFFFF;*/
text-decoration: none;
color:#333333;
/*background-image:url(../imgs/item2.jpg);width:128px;*/ /* color:#DAD4BD*/;
}

#paises li a{color:#6C633E;
display: block;
padding: 2px 0;
padding-left: 12px; /*link text is indented 19px*/
text-decoration: none;
background:url(../imgs/item5.jpg) no-repeat center left;
font:normal 12px arial}

#paises li a:hover{ /*hover state CSS*/
/*color:#FFFFFF;*/
text-decoration: none;
color:#333333;
/*background-image:url(../imgs/item2.jpg);width:128px;*/ /* color:#DAD4BD*/;
}

#black a{color: #FF0000; font-weight:bold;
text-decoration: none;/*
background-image:url(../imgs/item2.jpg);width:128px;  color:#DAD4BD;*/}