  body{
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
        background-color: #848484;
        color:#ffffff
      }
      footer{
        text-align: center;
       color:#000000;
      }
      a{
        color:#0000ff;
        text-decoration: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #ff8000;
        
      }
      a:visited{
        text-decoration: none;
        color:#0000ff;

      }

      .subTitulos{
        background-color:#2e2e2e;
      }
      .fecha{
        font-size: 12px;
        font-style: oblique;
      }
      .pie{
        font-size: 14px;
      }
      a:hover{
      color:#ff8000;
      border-bottom-width: 3px;
       }