
/* Listado de noticias (público) */

.newsList {list-style: none; margin: 0; padding: 0;}

.newsRow    , .newsRowAlt {padding: .4em 2em;}
.newsRow    {border-bottom: 3px double #ffffff; background-color: #cdcdcd;}
.newsRowAlt {border-bottom: 3px double #cdcdcd; background-color: #ffffff;}

.newsItem {}

.newsItem .newsSuperheadline  {color: #3e4545; font-weight: bold;}
.newsItem .newsHeadline       {color: #a81d2a; font-weight: bold;}
.newsItem .newsSubheadline    {color: #3e4545; font-weight: bold;}
.newsItem .newsDate           {padding-right: 2em;}
.newsItem .newsLead           {}
.newsItem .newsTools          {margin-bottom: .6em;}
.newsItem .newsMore           {font-size: .8em; margin: 1em 0;}


/* Visualización de la noticia completa */
.news .newsHeader         {}
.news .newsSuperheadline  {color: #3e4545; font-size: 1.3em; font-weight: bold;}
.news .newsHeadline       {color: #a81d2a; font-size: 1.6em; font-weight: bold;}
.news .newsSubheadline    {color: #3e4545; font-size: 1.3em; font-weight: bold;}
.news .newsSource         {color: #3e4545; float: left; font-weight: bold; padding-right: .5em;}
.news .newsDate           {float: right;}
.news .newsLead           {margin: 2em;}
.news .newsBody           {}


/*
.newsFiles       {}
.newsFilesHeader {}
*/
