.menu {
	width:700px; 
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:120%;
	font-weight:bold;
	position:relative;
	margin-top:6px;
	}
/* elimina bullets de la lista */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.menu ul ul {
	width:100px;
	}
	
/* dropdown */

.menu li {
	float:left;
	width:100px;
	position:relative;
	}
	
/* links de primer nivel */
.menu a, .menu a:visited {
	display:block;
	color:#fff;
	width:99px;
	height:19px;
	padding-left:1px;
	line-height:21px;
	background:#333;
	text-align:center;
	}
	
/* IE */
* html .menu a, * html .menu a:visited {
	width:100px;
	w\idth:99px;
	}

/* oculta subniveles y estilo de los subniveles */
.menu ul ul {
	border-top:3px solid #fff;
	visibility:hidden;
	position:absolute;
	height:0;
	top:19px;
	left:0; 
	width:99px;
	opacity: 0.95; /* mozilla*/
	
	}
/* IE */
* html .menu ul ul {
	top:30px;
	t\op:21px;
	}

/* requerido para IE */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
	}

/* estilos del segundo nivel*/
.menu ul ul a, .menu ul ul a:visited {
	border-bottom:3px solid #fff;
	background:#ECE9D8; 
	color:#000; 
	height:auto; 
	line-height:1.2em; 
	padding:5px 0px; 
	width:100px
	}

/* IE */
* html .menu ul ul a{
	width:100px;
	w\idth:99px;
	}


/* estilos de segundo nivel al pasar por encima */
.menu a:hover{
	color:#fff; 
	background:#4D6B85 url(../img/fondomenusuperior1.gif) no-repeat center -2px;
	}

.menu ul ul a:hover{
	color:#fff; 
	background:#4D6B85;
	filter: alpha(opacity=90); /* ie */
	}

.menu :hover > a {
	color:#fff;
	background:#4D6B85 url(../img/fondomenusuperior1.gif) no-repeat center -2px;
	}

.menu ul ul :hover > a {
	color:#fff;
	background:#4D6B85;
	opacity: 0.90; /* mozilla*/
	}

/* hace visible el segundo nivel con hover */
.menu ul :hover ul{
	visibility:visible; 
	}

#barra_activa{

margin-top:2px;

}
