@import url("layout/3d.css");
/* Menu */

.zpMenu {
	margin: 0px 0px 0px 0px;
	width: 150px;
	text-align: left;
	
	
	
	
}

.zpMenu .zpMenu {
	/*margin-top:2px;*/
	
}

/* properties a drop down menu */
.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	/*background: #f6f6f6;*/                /*quito el color de fondo del menu*/
	padding-left:40px;
	color:#FFFFFF;
	height:31px;						/*le doy un alto a los botones para separarlos entre si*/
	width:195px;						/*ancho de los botones del menu, apartir de este ancho empiezan los botones de las hijas*/
	  						
	/*padding: 3px 3px 3px 3px;*/
	text-align: left;
	/*border-bottom: 1px dotted #000;*/
	
		
}

.zpMenu .zpMenu .zpMenu-item { 			/*botones hijos*/
	/*margin: 0px 0px 0px 0px;*/
	margin-bottom:3px;    						 /*separacion entre botones hijos*/
	padding-left:15px;
	width:137px;								/*especifico el ancho pero le resto los 15px del padding*/
	height:21px;								/* especifico un alto para los botones hijos*/
	
	background-image:url(../../../images/botonHijoTransp.png);
	background-position:left;
}
/* General items that's not a top menu */
x.zpMenu .zpMenu .zpMenu-item {
	text-align: left;
	margin: 0px 0px 0px 0px;

}


/* Current selected items in top horizontal menu*/
.zpMenu .zpMenu-item-selected {
	height:21px;
		
	padding-bottom:10px;
	background-position: top right;
	
	
	background-image:url(../../../images/boton-Transp.png);       /*aņado imagen de fondo al pulsar sobre el boton*/
	background-repeat:no-repeat;
	/* background: #ffffff; */
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu .zpMenu-item-selected {
	/* background: #E7E7E7; */
	color: #ffffff;
	border:0px none #000000;
	text-decoration: none;
	
	
	
}

/* The arrow that shows up when there's a sub-menu */
.zpMenu .zpMenu .zpMenu-item-collapsed .zpMenu-label {
	background: url("icon/arrow_right_black.gif") #DFDFDF  no-repeat 0 50%; 
	background-position:right;
	
	
}

/* The arrow that shows up when there's a sub-menu and the item is hovered*/
.zpMenu .zpMenu .zpMenu-item-expanded .zpMenu-label {
	background: url("icon/arrow_right_black.gif") #DFDFDF no-repeat 0 50%; 
	background-position:right;
	
	
}
