﻿div.noticia
{
  margin: 10px;
}

  div.noticia p.fecha
  {
    font-size       : 10px;
    margin-bottom   : 8px;
    text-decoration : underline;
  }

  div.noticia h2
  {
    color         : #9a8047;
    font-size     : 16px;
    font-weight   : bold;
    margin-bottom : 5px;
    padding-right : 15px;
  }
  
  div.noticia h3
  {
    font-size     : 14px;
    font-weight   : bold;
    margin-bottom : 5px;
    padding-right : 15px;  
  }
  
  div.noticia p
  {
  
  }
  
  div.noticia .link
  {
    display       : block;
    height        : 15px;
    background    : url('/res/img/ico_zoom.png') left no-repeat;    
    margin-bottom : 15px;
    padding       : 3px 0;
    width         : 100%;
  }
  
  div.noticia a
  {
    color           : maroon;
    font-size       : 11px;
    font-weight     : bold;    
    padding-left    : 20px;
    text-decoration : underline;
  }
