.noti
{
    float:left;
    width:98.8%;
    padding-top:20px;
        padding-bottom:20px;
    margin-left:0.5%;
    text-decoration:none; 
    text-align:justify
   border:0px solid #dedede;    
    border:0px solid red; 
  }

  
.noti_tit
{
      float:left;
      width:96%;
      margin-left:2%;
      font-size:1.3em;
      font-weight:600;
      color:#329bde;  
      margin-top:10px;
      border:0px solid blue;  
      height:30px;
  }
  
  
.noti_tit_s
{
    float:left;
    height:20px;
    border:0px solid red;  
          width:96%;
      margin-left:2%;
}    

.noti_tit_s1
{
    float:left;
    width:23%;
    background:#329bde;  
    height:2px;
  }
.noti_tit_s2
{
    float:left;
    width:77%;
    background:#dedede;  
    height:2px;
  }
  
  
.noticia
{
      float:left;  
      border:0px solid  #3788bc;
      height:500px;         
      width:22.5%;
      margin-left:2%;        
      background: #fff;  
    
}

/*
.noticia
{
      float:left;  
      border:1px solid  #3788bc;
      height:500px;         
      width:22.5%;
      margin-left:2%;        
      background: #fff;  
      color:#fff;
      font-size:1.3em; 
      -webkit-transition: all 0.40s ease-in-out;
      -moz-transition: all 0.40s ease-in-out;
      -ms-transition: all 0.40s ease-in-out;
      -o-transition: all 0.40s ease-in-out;
      outline: none;
}

.noticia:hover
{
  box-shadow: 0 0 8px rgba(66, 175, 221,0.5);
  
}

*/
.ajusta_noticia
{
    float:left;
    width:98.8%;
    margin-left:0.5%;
    text-decoration:none; 
    text-align:justify
   border:0px solid #dedede;    
    border:0px solid red; 
  }

.noticia_img
{
    float:left;
    width:100%;
    overflow:hidden;
    height:200px;
  }
.noticia_tit
{
    float:left;
    width:100%;
    font-size:1em;
    font-weight:600;
     color:#329bde;  
    overflow:hidden;
    border-bottom:1px solid #a8a8a8;    
    height:40px;
  }
.noticia_data
{
    float:left;
    width:100%;
    font-size:0.8em;
    font-weight:600;
    color:#494949;  
    text-align:right;
    overflow:hidden;
    border-bottom:0px solid #a8a8a8;    
    height:20px;
  }
.noticia_texto
{
    float:left;
    width:100%;
    font-size:0.7em;
    line-height: 20px;
    font-weight:300;
    color:#494949;  
    text-align:justify;
    overflow-x:hidden;
    overflow-y:auto;
    border:0px solid red;    
    height:220px;
  }
  
  
  
@media only screen and (min-width: 1800px) and (max-width: 1920px) {

}

@media only screen and (min-width: 1440px) and (max-width: 1680px) {

}
@media only screen and (min-width: 940px) and (max-width: 1100px) {


}



@media only screen and (min-width: 100px) and (max-width: 939px) {



}


