.botonFace {
    background-image: "./_img-ico/fcb-verde.png";
    width: 25px;
    height: 25px;
}

.botonFace:hover {
    background-image: "./_img-ico/fcb-cafe.png";
    width: 25px;
    height: 25px;
}

.linkInferior {
    color: #000;
    text-decoration:none;
}

.linkInferior:hover{
    color: #005959;
    text-decoration:none;
}

.linkDestacado {
    color: #005959;
    text-decoration:none;
}

.linkDestacado:hover{
    color: #b55e28;
    text-decoration:none;
}

  .footerInsta{
    background-image: url(../img-ico/_iconosLink_/insta-cafe.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerInsta:hover{
    background-image: url(../img-ico/_iconosLink_/insta-verde.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerFace{
    background-image: url(../img-ico/_iconosLink_/fcb-cafe.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerFace:hover{
    background-image: url(../img-ico/_iconosLink_/fcb-verde.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerYou{
    background-image: url(../img-ico/_iconosLink_/yout-cafe.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerYou:hover{
    background-image: url(../img-ico/_iconosLink_/yout-verde.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerUser{
    background-image: url(../img-ico/_iconosLink_/registro-cafe.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerUser:hover{
    background-image: url(../img-ico/_iconosLink_/registro-verde.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerFlecha{
    background-image: url(../img-ico/_iconosLink_/flecha-cafe.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerFlecha:hover{
    background-image: url(../img-ico/_iconosLink_/flecha-verde.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerMail{
    background-image: url(../img-ico/_iconosLink_/mail-cafe.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }

  .footerMail:hover{
    background-image: url(../img-ico/_iconosLink_/mail-verde.png);
    background-repeat:no-repeat;
    height: 30px;
    width:30px;
    border-radius: 30px;
    background-position:center;
  }
