#barraGoverno{ height: 32px; background-color: #E6E6E6; } .cBarraEstado { width: 980px; position: relative; margin-right: auto; margin-left: auto; font-family: Arial, Helvetica, "sans-serif"; } .cBarraEstado a:link { color: #79933D; text-decoration: none; } .cBarraEstado a:visited { color: #79933D; text-decoration: none; } .cBarraEstado a:hover { color: #79933D; text-decoration: none; } .cBarraEstado a:active { color: #79933D; text-decoration: none; } .cBarraEstado img { border: none; } .cBarraEstado nav { float:left; width: 980px; height: 32px; background-color: #E6E6E6; } .cAlinhaItensBarra { float: right; } .cBarraEstadoItem { float: left; border-right-width: 1px; border-right-style: solid; border-right-color: #C9C9C9; border-right: 2px solid #C9C9C9; margin-top: 8px; height: 14px; } .cBarraEstadoItem:last-child { border: 0; } .cBarraEstadoItem a { padding: 3px 16px; display: block; margin-top: -5px; color: rgb(153, 153, 153) !important; font-size: 14px; font-weight: bold; } .cBarraEstadoLink { float: left; position: absolute; margin-top: 5px; } .cBarraEstadoLink a { font-family: Arial, Helvetica, "sans-serif"; color: rgb(102, 102, 102); font-size: 18px; font-weight: bold; } .cBarraEstadoAcessoInfo { float: right; margin-top: 5px; margin-right: 10px; } @media print { #barraGoverno { display: none; } }