/* MENU DESPLEGABLE UNCUYO */
/* ESTA CSS LA USA EL MENU DESPLEGABLE WIDGET COMPARTIDO*/
#navegacion-secundaria {
	background-color:#111;
    z-index: 1010;
    min-height:30px; 
    height: 30px;
}
#navegacion-secundaria .navbar-nav > li > a {
  	color:#fff;
  	font-size:12px;
  	padding:0 10px;
  	line-height: 30px;
  	color:#eee;
}
#navegacion-secundaria .navbar-nav > .active > a, 
#navegacion-secundaria .navbar-nav > .active > a:hover, 
#navegacion-secundaria .navbar-nav > .active > a:focus {
    color: #ffffff;
	background-color:transparent;
}
#navegacion-secundaria .navbar-nav > li > a:hover, 
#navegacion-secundaria .nav > li > a:focus {
    text-decoration: none;
    background-color: #555;
}
#navegacion-secundaria .navbar-brand {
  	color:#eee;
}
#navegacion-secundaria .navbar-toggle {
  	background-color:#eee;
}
#navegacion-secundaria .icon-bar {
  	background-color:#000;
}