/**********************/
/*     Detalle       */
/*********************/
.resumen_noticia{
/*      clear:both; */
        width: 100%;
        margin-bottom: 1em;
        font-weight: bold;
}
.contenido_noticia{
/*     clear:both; */
    margin-bottom:2em;
}
.fecha_publicacion{
    text-align: right;
    font-style: italic;
    margin-bottom: 1em;
}
/**********************/
/*     LISTADO       */
/*********************/
.noticias_listado_noticia{
}
.noticias_listado_resumen {
    font-weight:bold;
}
.noticias_listado_leer_mas {
/*     text-align:right; */
    margin-bottom:1em; margin-top:1em;
}
.noticias_autor {
    text-align:right;
    border-bottom: 1px dotted black;
    font-style:italic;
}
