/*
 * Arquivo: barrasuperior.css
 *
 * Descrição: Arquivo de configuração CSS da barra superior dos jornais.
 *
 * Data: 16/04/2010
 *
 * Autor: Emanuel Alexandre Tavares
 *
 * Organização deste Template:
 *
 * BARRA: Barra do topo das páginas.
 *
 */


/*
 * BARRA
 *
 * Barra do topo da página.
 *
 */

.topbar {
	     width: 100%;
	     background-image: url("images/jex-canto.png");
	     background-repeat: no-repeat;
	     background-color: #000000;
	     background-position: 10px 4px;
	     height: 33px;
	     margin: 0px;
	     padding: 0px 0px 0px 0px;
	     text-align: right;
	     vertical-align: middle;

             font-family:  Arial, Times;
             font-size: 17px;
             font-weight: normal;
             font-style: normal;
             font-variant: normal;
             color: #ffffff;
             text-decoration: none;
}

.barlinks {
             font-family:  Arial, Times;
             font-size: 11px;
             font-weight: bold;
             font-style: normal;
             font-variant: normal;
             color: #b0b0bf;
             background-color:;
             text-decoration: none;
	     vertical-align: bottom;
	     text-align: center;
	     align: center;
}

