/* CSS Document */

.tdnoti{
 width:33.3%;
 height:auto;
 max-height:100%;
 border:1px solid #cacaca; 
 padding:0 15px;
 margin-bottom:30px;
}
.divnotice {
  border: 0px solid red;
  text-align: justify;
  max-width: 400px;
  height: 400px;
}
.imgnoti{
 width:100%;
 max-width:400px;
}
.fecha{
 position:absolute;
 background:red;
 border:none;
 border-radius:0px 7px 0px 0px;
 padding:7px 15px;
 color:white;
 margin-top:-41px;
}
.titlenoti {
  margin-top:15px;
  border: 0px solid blue;
  padding: 0 15px;
  color: #334053;
  font-size: 18px;
  height: 95px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vermas{
 margin:0 auto;
 margin-top:-15px;
 width:80px;
 border:none;
 cursor:pointer; 
 font-weight:100; 
}

.vermas:hover{
 text-decoration:underline;
}


