
div.gv-contenedor{
  text-align: center;
  width: 40%;
  height: 60%;
  background-color: #BFD6C6;
  padding: 100px;
  margin: auto;
  margin-top: 10%;
}


#gv-titulo{
  padding-bottom: 20px;
  text-align: center;
  font-family: "Arial";
  font-weight: 700;
  font-size: 50px;
}

#boton{
  padding: 5px 50px 5px 50px;
}


div#gv-contenedor-post{
  background-color: #BFD6C6;
  padding:20px;
  margin-top: 15px;

  margin-bottom: 15px;
}

div#gv-contenedor-post:hover{
  box-shadow: 0em 0 0.9em #4141414f;

}



#gv-tit-post{
  font-family: "Arial";
  font-weight: 600;
  font-size: 20px;
  text-decoration: none!important;
}

#gv-tit-post a:hover{
  color:darkslategrey!important;

}


#gv-fecha{
  font-size: 17px;
}
