#noticia-tag{
  font-family: ptSansBold, Helvetica, Sans-Serif;;
  color: rgb(25, 24, 24);
  background-color: rgb(255, 248, 25);
  width: auto;
}

#noticia-titulo{
  font-family: latoBlack, Helvetica, Sans-Serif;
  font-weight: 200!important;
  font-size: 3.5rem;
  margin-top: 20px;
}

#noticia-bajada{
  color: rgb(80, 80, 80);
  font-family: ptSansRegular, Helvetica, Sans-Serif;
  font-size: 1.6em;
  margin-top: -10px;
}

#noticia-publicado{
  margin-top: -10px;
}

.noticia-cuadro-imagen{
	margin-top: 0px;
}

#noticia-texto{
	margin-top: -50px;
  font-family: Helvetica, Sans-Serif;
}

#noticia-texto span strong{
  font-weight:900!important
}

#noticia-texto ul li{
  
}

.fixed-action-btn {
  position: absolute;
  right: 50px;
  bottom: 0;
  padding-top: 0px;
  margin-bottom: 0;
  z-index: 997;
  top: -60px;
}

.fixed-action-btn.noticia {
  position: relative;
  padding-top: 15px;
}
.btn-floating.btn-small {
	right:  -101%;
}

.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  top: 65%;
  right: 30px;
}

.noticia-cuadro-imagen .responsive-img{
  width: 100%;
}

.materialboxed{
  max-width: 100%;
  height: auto;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  margin-bottom: 3px!important;
  margin-top: 3px!important;
}