@charset "utf-8";
@import url("../webfonts/stylesheet.css");

.arrowlistmenu{
	/* [disabled]width: 350px; */ /*width of accordion menu*/
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	color: #fff;
    
}





.arrowlistmenu a:hover{
	/* [disabled]width: 350px; */ /*width of accordion menu*/
	color: #fff;
}


.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

	color: #fff;
    font-family: SegoeUI;
	margin: 0px;
    
	
}



.menuheader a:{

	color: #ED7F14;
}

.arrowlistmenu span{ 

	line-height: 135%;
}

.arrowlistmenu span:visited{ 

	color: #ff0000;
}

.arrowlistmenu a:active{ 

	color: #ED7F14;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	/* [disabled]font: bold 14px Arial; */
	color: #fff;
	/* [disabled]background: black url(imgs/titlebar.png) repeat-x center left; */
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	/* [disabled]text-transform: uppercase; */
	/* [disabled]padding: 4px 0 4px 2px; */ /*header text is indented 10px*/
	/* [disabled]cursor: pointer; */
	cursor: pointer;
	line-height: 110%;
	margin-top: 5px;
	white-space: nowrap;
}

.arrowlistmenu .menuheader:hover{ 
	color: #ED7F14;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	 /* [disabled]background-image: url(imgs/titlebar-active.png); */
	/*color: #ED7F14;*/
    color: #ED7F14;
}

.arrowlistmenu .openheader ul li a:active{ /*CSS class to apply to expandable header when it's expanded*/
	 /* [disabled]background-image: url(imgs/titlebar-active.png); */
	/*color: #ED7F14;*/
    color: #ED7F14;
} 



.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type:none;
	margin: 0;
	padding: 0px;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding-top: 0px;
	margin-bottom: 0px;
	line-height: 13px;
	/* [disabled]font-family: Verdana, Geneva, sans-serif; */
	font-size: 13px;
	white-space: nowrap;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	/* [disabled]letter-spacing: 0.1em; */
	/* [disabled]color: #666; */
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	/* [disabled]background: lightblue !important; */
	color: #ED7F14;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	/* [disabled]background: lightgreen !important; */
}

.arrowlistmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	/* [disabled]font-size: 25%; */
	 background-image: url(../imgs/arito.png); 
	 background-repeat: no-repeat; 
	 background-position: 0px center; 
	 border-bottom-width: 1px; 
	 border-bottom-style:none; 
	 border-bottom-color: #ff0000; 
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}

.arrowlistmenu ul li.vacio a{
	
	display: block;
	
	background-image: none;
	/*padding-bottom: -10px;*/
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px; 
    line-height: 0px;
	
	
}



.menuheader expandable ul li a:active{
	color: #ED7F14;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	/* [disabled]background-color: #999999; */
	color: #ED7F14;
}

.arrowlistmenu ul li a:active{ /*hover state CSS*/
	/* [disabled]background-color: #999999; */
	color: #666;
}

.arrowlistmenu ul li a.subexpandable{ /*hover state CSS for sub menu header*/
	background-image: url(imgs/cruz.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FFF;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	/* [disabled]background: lightblue; */
	color: #CCC;
}

/* BOTÓN MENÚ */
#toggleMenu {
  background: #333;
  color: #fff;
  margin-top: 30px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

/* ===================== */
/* DESKTOP */
/* ===================== */
.sidebar1 {
  transition: width 0.3s ease;
}

/* DESKTOP: menú plegado lateral */
.sidebar1.collapsed {
  width: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

/* DESKTOP: contido ocupa espazo */
.sidebar1.collapsed + .content {
  width: 100% !important;
}

/* ===================== */
/* 📱 MÓBIL */
/* ===================== */
@media screen and (max-width: 900px) {

  /* Menú enriba, en fluxo normal */
  .sidebar1 {
    width: 100% !important;
    float: none;
  }

  /* Contido baixa */
  .content {
    width: 100% !important;
    float: none;
  }

  /* MÓBIL: menú pechado */
  .sidebar1.collapsed {
    display: none;
  }
}
