/* AQUI DEFINIMOS LOS COLORES DEL MENU  ++++++++++++++++++++ */
/* Quienes somos*/
#columna_izquierda div.qSomos{
	color:#43697C;
}
#columna_izquierda div.qSomos ul li a{
	color:#345261;
	background-color: #C9DFE0;
}
#columna_izquierda div.qSomos ul li a:hover{
	background-color: #E2EEEF;
}
#columna_izquierda div.qSomos ul li h4 .menu_izq_titulo{
	color:#314E5B;
	background-color: #B0D0D2;
	font-weight:bold;
}

/*********************************************************************************************/
/* Que hacemos*/
#columna_izquierda div.qHacemos{
	color:#B50303;
}
#columna_izquierda div.qHacemos ul li a{
	color:#8E0202;
	background-color: #EAD0BF;
}

#columna_izquierda div.qHacemos ul li h4 .menu_izq_titulo{
	color:#8E0202;
	background-color: #E1BCA6;
	font-weight:bold;
}
#columna_izquierda div.qHacemos ul li a:hover{
	background-color: #F4E7DD;
}
/*********************************************************************************************/
/* Que puedes hacer tu*/
#columna_izquierda div.qPuedesHacerTu{
	color:#5A710F;
}
#columna_izquierda div.qPuedesHacerTu ul li a{
	color:#455425;
	background-color: #D2E294;
}
#columna_izquierda div.qPuedesHacerTu ul li a:hover{
	background-color: #E2EDBA;
}
/*********************************************************************************************/
/* empresas */

#columna_izquierda div.empresas{
	color:#9C2900;
}
#columna_izquierda div.empresas ul li a{
	color:#752000;
	background-color: #EBD9CD;
}
#columna_izquierda div.empresas ul li a:hover{
	background-color: #F3E8E0;
}
/*********************************************************************************************/
/* Socios */

#columna_izquierda div.socios{
	color:#A88600;
}
#columna_izquierda div.socios ul li a{
	color:#6C5700;
	background-color: #F5DD92;
}
#columna_izquierda div.socios ul li a:hover{
	background-color: #FAEECB;
}
/*********************************************************************************************/
/* Ipublicas */

#columna_izquierda div.iPublicas{
	color:#003466;
}
#columna_izquierda div.iPublicas ul li a{
	color:#003466;
	background-color: #C0CFDC;
}
#columna_izquierda div.iPublicas ul li a:hover{
	background-color: #E2E9EF;
}
/*********************************************************************************************/
/*felis */
#columna_izquierda div.felis{
	color:#003466;
}
#columna_izquierda div.felis ul li a{
	color:#003466;
	background-color: #C0CFDC;
}
#columna_izquierda div.felis ul li a:hover{
	background-color: #E2E9EF;
}
/*********************************************************************************************/

/* AQUI DEFINIMOS EL ESTILO DE LA UL  ++++++++++++++++++++ */
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	/*background-image: url(../img/2008/home/fondo_cabecera_all.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	padding:0px 0px 12px 0px;
}
/* ---------------------------------------------------------------------- */


/* AQUI DEFINIMOS EL COLOR DE LAS CABECERAS DE LOS MENUS ++++++++++++++++++++ */
.arrowlistmenu h3{
	background-color:#97825B;
}
.arrowlistmenu h3 a, .arrowlistmenu h3{
color:#FFFFFF;
}
.arrowlistmenu h3.qSomos{
	background-color:#469090;
}
#columna_izquierda div.qSomos h4{
	color:#314E5B;
	background-color: #B0D0D2;
}
.arrowlistmenu h3.qHacemos{ 
background-color:#CC0000;
}
#columna_izquierda div.qHacemos h4{
	color:#8E0202;
	background-color: #E1BCA6;
}
.arrowlistmenu h3.qPuedesHacerTu{ 
background-color:#95B81A;
}
#columna_izquierda div.qPuedesHacerTu h4{
	color:#455425;
	background-color: #C5D881;
}
.arrowlistmenu h3.empresas{
	background-color:#8E151F;
}
#columna_izquierda div.empresas h4{
	color:#752000;
	background-color: #E1C2B5;
}

.arrowlistmenu h3.iPublicas{ 
background-color:#003366;
}
#columna_izquierda div.iPublicas h4{
	color:#003466;
	background-color: #A0B7CB;
}

.arrowlistmenu h3.socios{
	background-color:#E4AF13;
}
#columna_izquierda div.socios h4{
	color:#6C5700;
	background-color: #F1CC5C;
}

.arrowlistmenu h3.felis{
	background-color: #383253;
}
#columna_izquierda div.felis h4{
	color:#6C5700;
	background-color: #F1CC5C;
}

/* ---------------------------------------------------------------------- */

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	/*color: white;*/
	/*background: black url(../img/titlebar.png) repeat-x center left;*/
	margin-bottom: 6px;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	/*background-color:#666666;*/
	font-size: 1.2em;
	margin-top: 0px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-color: #F1ECD9;
	border-bottom-style: solid;
	line-height:1.2em;
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	text-decoration:none;
	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0px 1px 8px 1px;
	padding: 0px;
	display:block;
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	background-repeat:no-repeat;
	background-position:center left;
	display: block;
	padding: 5px 0px 5px 6px;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F1ECD9;
	margin-bottom: 0px;
	background-color: #EADFC9;
	width:172px;
	color:#645537;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
text-decoration:none;
}

/*
.arrowlistmenu ul li a.subexpandable:hover{ 
background: lightblue;
}
*/
.arrowlistmenu ul.subcategoryitems{
	margin:0px 0px 12px 0px
}
.arrowlistmenu .subcategoryitems_ext{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	display:block;
	width: 180px;
}

.arrowlistmenu .subcategoryitems_ext li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F1ECD9;
	font-weight: normal;
	padding: 5px 0px 5px 12px;
	margin-bottom: 0px;
	font-size: 1em;
	background-color:#ECE1CB;
	width:166px;
	display:block;}

.arrowlistmenu ul.subcategoryitems li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F1ECD9;
	font-weight: normal;
	padding: 5px 0px 5px 12px;
	margin-bottom: 0px;
	font-size: 1em;
	background-color:#ECE1CB;
	width:166px;
	display:block;
}

.arrowlistmenu ul.subcategoryitems li a:hover {
}

.arrowlistmenu ul li h4{
	background: url(../img/arrowbullet.png) no-repeat center left;
	display: block;
	padding: 5px 0;
	padding-left: 6px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	margin:0px 0px 1px 0px;
	font-size:1.1em;
	background-color: #E3D3B3;
}
.arrowlistmenu ul li h4.link{
padding:0;
margin:0;
}
.arrowlistmenu ul li h4 a.menu_izq_titulo{

}
