@import url("layout/3d2.css");
/* Menu */

.zpMenu {
	/*margin: 0px 0px 0px 0px;*/
	/*margin-left:130px;*/
	/*padding-top:8px;*/
	/*width: 555px;	*/		/*ancho y alto del menu*/
	/*height: 27px;*/
	vertical-align:bottom;
	
	
	
	
}

.zpMenu .zpMenu {
margin: 0px 0px 0px 0px;
	
}

/* properties a drop down menu */
.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	/*background: #f6f6f6;*/                /*quito el color de fondo del menu*/
	padding-top:7px;
	padding-left:10px;
	height:27px;
	color:#FFFFFF;
	padding-right:15px;					/*separo los botones entre si*/
	/*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: right;
	background-image:url(../../../images/flecha.gif);
	background-position:bottom right;
	
	background-repeat:no-repeat;

	
	
	
	
		
}

.zpMenu .zpMenu .zpMenu-item { 			/*botones hijos*/
	/*margin: 0px 0px 0px 0px;*/
	/*margin-bottom:3px;  */  						 /*separacion entre botones hijos*/
	padding-left:5px;
	/*width:100px;		*/			/*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;
	background-repeat:no-repeat;
}
/* 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:25px; 
	vertical-align:bottom;
	
	/*margin-top:0px;/*
	/*padding-top:5px;*/
	/*border-bottom: 1px dotted #000;*/
		

	
	
	background-image:url(../../../images/boton-Transp.png);      /*aņado imagen de fondo al pulsar sobre el boton*/
	background-repeat:repeat;
		
	background-position:bottom;
	
}

/* 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;
	
	
}
