body {
	margin: 0px 0px 0px 0px;
  background: #999999;
  color: white;
  font-family: tahoma, helvetica, sans serif;
  font-size: 12px;
  text-align: justify;
  overflow-x:hidden;  
}

.texto_noticias {
  background: #656565;
	margin: auto;
	width: 982px;
  padding: 10px;
}

.separador {
  background-image: url('../imagenes/separador.gif');
  background-repeat: repeat-x;
  width= 100%;
  height: 2px;
}

a:link {
	color:#fff;
	text-decoration: none;
  font-weight: bold;	
}

a:visited {
  text-decoration: none;
	color:#fff;
}

a:hover {
  cursor: hand;
	color: #cf3533;
  text-decoration: none;
}

a:active {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

