/* #################### */
/* ___ NOTICIAS */
/* #################### */

.noticias {
  margin-bottom: 15px;
}

.noticia,
.noticia .header {
  margin-bottom: 10px;
}

.noticia {
  width: 100%;
}

.noticia_seleccionada {
  border-bottom: 1px solid #cfe1ed;
  padding-bottom: 10px;
}

.noticia .header .ico {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.noticia .header .fecha,
.noticia .titulo_noticia {
  font-weight: bold;
}

.noticia .header .titulo_noticia {
  font-size: 14px;
}

.noticia,
.noticia .img,
.mensaje_rss {
  float: left;
}

.noticia .img {
  margin: 0 15px 10px 0;
  border: 1px solid #cccccc;
}

.noticia .fuente {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cfe1ed;
}

.mensaje_rss {
  margin-bottom: 15px;
  border: 1px solid #ff9b28;
  background: url(../_img/rss.gif) no-repeat left;
  background-position: 10px;
  padding: 5px 5px 5px 35px;
  width: 442px;
  font-size: 10px;
}

/* _________________________ */
/* ___ ARCHIVO */
/* _________________________ */

.archivo {
  margin-bottom: 15px;
  font-weight: bold;
}
