.gob-img{
  width: 200px;
}
.error{
  font-weight: bold;
  color: #000;
}
.errorA{
  text-decoration: none;
  color: darkseagreen;
}
.errorA:hover{
   text-decoration: underline;
}