/* Header y footer del menu */

#leftbottom { float:left; width:152px; background-image:url(../images/leftbottom.gif); height:60px; }
#lefttop { width:152px; height:65px; }
#menuv { float:left; width:152px;  background-image:url(../images/bgdos.gif); margin-top: 10px;}
#menuv dt a { font:9px Arial, Helvetica, sans-serif; text-transform:uppercase; padding: 11px; display:block; background-image:url(../images/btn.jpg); background-position:bottom left; }
#menuv dt a:hover { padding: 11px; background-image:url(../images/btn2.jpg); background-position:bottom left; }
#menuv dd { margin-left: 0px; }
#menuv dl { margin-top: 0px; margin-bottom: 0px;}
#menuv a { display:block; line-height:25px; color:#FFF; text-decoration:none; }
.submenuli { width:130px; padding:5px; }
#menuv ul { margin:0; }
#menuv ul li a {list-style-type:none; background-image:url(../images/in.gif); background-position:left top; width: 152px; }
#menuv ul li a:hover {list-style-type:none; background-image:url(../images/in.gif); background-position:left bottom; width: 152px; }


/* @codigo de los estilos de menu */

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Arial;
	color: white; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	background-image:url(../images/btn.jpg);
}

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

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

.arrowlistmenu ul li{

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-image:url(../images/btn.jpg);!important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-image:url(../images/btn.jpg);!important;
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

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

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

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-image:url(../images/btn.jpg);
}

.arrowlistmenu{
font-family:Verdana, Geneva, sans-serif;
	float: left;
	font-size:10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	width: 100%;
	color:#aaaaaa;
	
	
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	padding-left: 1em;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	padding:5px;
	background-image:url(../images/btn.jpg);
	background-position: bottom left;
}
.arrowlistmenu .menuheader:hover{
background-image:url(../images/btn2.jpg);

}


.arrowlistmenu .nomenuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0,7;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	padding-top: 0,7;
	padding:5px;
	background-image:url(../images/btn.jpg);
	background-position: bottom left;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image:url(../images/btn.jpg);
}

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

.arrowlistmenu ul li{
	width:152px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

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

.arrowlistmenu ul li a{
	color:#295598;
	text-decoration:none;
	font-weight:bold;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:#002E5E;
	text-decoration:none;
	background-color:#FFF;
	margin:0px;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}

.arrowlistmenu ul li a.subexpandable2:hover{ /*hover state CSS for sub menu header*/
	background: #ffffff;
}
.arrowlistmenu ul li a.subexpandable2{ /*hover state CSS for sub menu header*/

}
