.TituloNoticia{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold
}

.CuerpoNoticia{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-align: justify
}

.TituloContenidoNoticia{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: center
}

.FechaNoticia{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  background-color: #FFFAD2
}
.informacion{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}
a {
	color: #25627E;
	text-decoration: none;
}
a:hover {
    color: #8094C4;
	text-decoration: underline;
}