/* 
///////////////////////////////////////////////////////
MENU
///////////////////////////////////////////////////////*/

#contenedor #menus
{
	position:absolute;
	left:0px;
	top:160px;	
	z-index:90;
}

#contenedor  #menus #palitos
{
	position:absolute;
	left:0px;
	top:0px;	
	z-index:1;
}

#contenedor #fondoMenus
{
	position:fixed;
	left:0px;
	top:0px;
	z-index:49;
	background-image:url(blank.gif);
	display:none;
}

#contenedor #menus .menu
{
	position:absolute;
	left:0px;
	top:0px;
}


/* ///////////////////////////////////////////////////////
DESPLEGABLES
///////////////////////////////////////////////////////*/

#contenedor #menus .menu .fondoDesplegable
{
	position:absolute;
	display:none;
	z-index:9;
}

#contenedor #menus .menu .desplegable
{
	position:absolute;
	overflow:visible;
}


#contenedor #menus .menu .boton,
#contenedor #menus .menu .boton .flechaBoton
{
	position:relative;
	font-family:"Fuente1";
	font-size:12px;	
	cursor:pointer;
	z-index:10;
	overflow:visible;
}

#contenedor #menus .menu .boton .fondoBoton
{
	position:absolute;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:10;
}

#contenedor #menus .menu .boton .fondoSel
{
	position:absolute;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:11;
	display:none;
}


#contenedor #menus .menu .boton .enlace
{
	position:absolute;
	width:800px;
	z-index:12;
	text-align:center;
}

#contenedor #menus .menu .boton .enlace a,
#contenedor #menus .menu .boton .enlace span
{
	font-family:"Fuente1";
	color:#FFFFFF;
}

#contenedor #menus .menu .boton .enlace a:hover
{
	color:#FFFFFF;
}


/* ///////////////////////////////////////////////////////
BOTONES PPALES
///////////////////////////////////////////////////////*/

#contenedor #menus .menu .nivel0
{
	position:absolute;
	z-index:10;
}


#contenedor #menus .menu .nivel0 .enlace
{
	border-right:0px solid #fff;
	width:0px;
}

#contenedor #menus .menu .nivel0 .enlace a,
#contenedor #menus .menu .nivel0 .enlace span
{
	font-family:"Fuente1";
}
