#nav {
    top: 0;
    height: 53px;
}

#nav ul li {
    display: inline;
}

#nav ul li a {
    padding: 0 11px;
    text-decoration: none;
}

#nav ul li.primero a {
    padding-left: 0;
}

#nav ul li.ultimo a {
    padding-right: 0;
    border: 0 solid transparent;
}

#nav ul li a:hover {
    color: #444;
}



#metadatos {
    height: 21px;
    padding: 4px 80px 0 0;
	font-size: 0.88em;
	text-align:right;
}

#metadatos a {
   color:#999;
}

#banderas {
	xwidth:60px;
	top:7px;
	zmargin:0px 0px 0px 5px;
	height:21px;
	position:absolute;
	left:880px;
	
} 


#banderas img {
	display:inline;
}





/*** Inicio Menus Desplegables ***/
#navegacionPrincipal {
    height: 24px;
    padding-top: 4px;
    background: #DDD; 
	
	
}

/* Nivel 1 */
#navegacionPrincipal ul {
  	float:left;
    width: 775px;
    text-align: center;
	background: #DDD; 
}

#navegacionPrincipal ul li {
    position: relative;
    padding-bottom: 8px;
}

#navegacionPrincipal ul a {
    padding-bottom: 2px !important;
    border-right: 1px solid #666;
    color: #666;
    background: #DDD;
}

/* Nivel 2 */
#nav ul ul {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    width: 170px;
    text-align: left;
}

* html #nav ul ul {
    background: #FFF;
}

* html #nav ul ul li {
    border: 1px solid #FFF;
}

html>body #nav ul ul {
    background: url(../img/fondoSemitransBlanco.png) repeat;
}

#nav ul ul li {
    display: block;
    padding: 0;
}

#nav ul ul a {
    display: block;
    height: auto;
    padding: 4px 25px;
    border: 0;
    margin: 0;
    color: #000;
    font-size: 0.9em;
    background: transparent;

}

#nav ul ul a:hover {
    background: #DDD;
}


/*** Fin Menus Desplegables ***/

/* Buscador*/
#nav form input, #nav form button {
    position: absolute;
	
	
}

#nav input {
    right: 33px;
    bottom: 6px;
    width: 121px;
    height: 15px;
    border: 1px solid #000;
}

#nav button {
    right: 11px;
    bottom: 7px;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0 solid transparent;
    text-indent: -10000px;
}

/* Pestañas de navegación */
p.rutaNavegacion {
    height: 50px;
    margin: 4px 0 0 14px;
    color: #999;
    font-size: 0.83em;
}
p.rutaNavegacion a {
    margin: 0 4px;
    color: #999;
}

ul.pestanyas {
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 10000;
    width: 770px;
    height: 25px;
    border-bottom: 1px solid #CCC;
    font-size: 0.91em;
}

ul.pestanyas li {
    position: relative;
    float: left;
    width: 117px;
    height: 25px;
    border-left: 1px solid #CCC;
    margin-left: -1px;
}

ul.pestanyas li a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 117px;
    height: 21px;
    padding-top: 4px;
    cursor: pointer;
    background: #E6EAED url(../img/pestanya.gif) no-repeat 100% 0;
    color: #333;
    text-align: center;
    font-size: 0.9em;
}

ul.pestanyas a:hover {
    background-color: #F1F1F1;
    text-decoration: none;
}

ul.pestanyas li.activo a {
    border-bottom: 1px solid white;
    background-color: white !important;
    color: #F7AE2E;
    font-weight: bold;
    letter-spacing: -0.07em;
}

ul.pestanyas li.volver {
    float: right;
    margin-right: 153px;
}