/*
header {
  width: 100%;
  color: #efefef;
  position:fixed;
  top:0;
  left:0;
  z-index:1000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  background: rgba(247, 247, 247, 0.8);
}
*/
.topo{



	width: 100%;
  color: #efefef;
 position:fixed;
 top:0;
  left:0;
  z-index:1000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
  background: rgba(247, 247, 247, 0.9);




 /* width:960px;*/
  margin:0 auto;
  height:40px;
}

.topocentral{


  width:960px;
  margin:0 auto;
  height:40px;
}




#menu_inova ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
#menu_inova li {
  display:inline-block;
  margin-right: 1em;
  line-height: 2em;
  font-weight:bold;
}

#menu_inova li a{
  color:#333;
  text-decoration:none;
  padding:10px;
  font-weight:bold;
  
}

#menu_inova  li a:hover{
  background:#01AEF0;
  color:#FFF;
  font-weight:bold;
}

