
#blog .noticia {
  background-color: #000000;
  width: 400px;
  margin-top: 25px;
  border-bottom: #cc00cc 1px solid;
}
#blog .titulo {
  height: 30px;
  color: #000000;
  font-family: Verdana;
  font-size: 120%;
  font-weight: bold;
  Filter: Glow (Color=#ff00ff, Strength=10);
  text-align: center;
  word-spacing: 0.3em;
}
#blog .fecha {
  color: #c0c0c0;
  font-size: 70%;
  margin-top: 5px;
  text-align: center;
}
#blog .msg {
  color: #ff00ff;
  text-align: justify;
  font-family: Verdana;
  font-size: 90%;
  margin-top: 10px;
}
#blog .img {
  margin: 10px;
  text-align: center;
}
