@charset "UTF-8";
/* CSS Document */

.arrowlistmenu{
	width: 190px; /*width of accordion menu*/
	float: left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 2px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	background-color: #F58322;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
}
.arrowlistmenu .menuheader a {
	color: #FFFFFF;
	text-decoration: none;
} 
.arrowlistmenu .categoryitems li .subcategoryitems   {
	background-color: #FFF;
	margin-left: 10px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-color: #F1F1F1;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-color: #F1F1F1;
}

.arrowlistmenu ul li a{
	color: #666; /*custom bullet list image*/
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

.arrowlistmenu ul li a:visited{
	color: #666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #F39638;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: #F1F1F1;
}
.encabezado-menu {
	color: #FFF;
	margin-bottom: 2px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	background-color: #666;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
