/* CSS Document */
.tdnoti{
 width:33.3%;
 padding:0 15px;
}

.tdnoti2{
 width:33.3%;
 height:auto;
 max-height:100%;
 border:1px solid transparent; 
 padding:0 15px;
 margin-bottom:30px;
}
.divnotice{
 border:0px solid blue;
 text-align:justify;
 max-width: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:-43px;
}
.titlenoti{
 color:#334053;
 font-size:40px;
 line-height:43px;
}

.titlenoti2{
 color:#334053;
 font-size:20px;
 line-height:33px;
}
.vermas{
 margin:0 auto;
 margin-top:-15px;
 width:80px;
 border:none;
  cursor:pointer; 
}

.vermas:hover{
 text-decoration:underline;
}
