.BarraNoticia
{
  width :100%;
  height:23px;
  background-image: url(../Images/barra_bg.gif);
  background-repeat: repeat-x;
  padding-left:5px;
  vertical-align:top;	
}

.BarraNoticiaPonto
{
	width:14px;
	vertical-align:middle;
	background-image: url(../Images/barra_bg.gif);
	background-repeat: repeat-x;	
}

.BarraNoticiaLeft
{
	width:6px;
	height:23px;
	background-image: url(../Images/barra_left.gif);	
	background-repeat: no-repeat;
}

.BarraNoticiaRight
{
	width:6px;
	height:23px;
	background-image: url(../Images/barra_right.gif);	
	background-position:right top;
	background-repeat: no-repeat;
}

