﻿
    #news {
    padding-top: 40px;
    padding-bottom: 0px;
    /*min-height: 900px;*/
    }

    .full-news {
        margin-right: 15px;
        margin-left: 15px;
        text-align: justify;
        margin-bottom: 10px;
        line-height: 2;
        font-size: 1.1em;
        display: inline-block;
    }

    .description {
        opacity: 0.8;
        font-style: italic;
        line-height: 2;
        font-size: 14px;
        text-align: justify;
    }

    .thumb {
        padding-top: 20px;
    }

    h3 {
        font-size: 1.3em;
        color:#9a1d15;
    }

    .dateTop {
      font-size: 12px;
    }
  .dateTop .fa {
    font-size: 0.9em;
}
  .col-sm-12 {
           border-color: #ddd;
	    margin-bottom: 20px;
    background-color: #fff;
	     border: 1px solid transparent;
     border-radius: 4px;
	     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	     box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

  }
  .title {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
  }
