ul.abanico {
    position: relative;
    left: 150px;
    width: 100px;
    height: 200px;
    margin: 40px auto;
    list-style: none;
    font: normal 16px "arial narrow", sans-serif;
  }
  ul.abanico li {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 300px;
    background: #9caebc;
    margin-left: -50px;
    line-height: 300px;
    text-align: center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -moz-transition: all .4s ;
    -webkit-transition: all .4s ;
    transition: all .4s ;
  }
  ul.abanico li a {
    display: inline-block;
    width: 100px;
    height: 48px;
    text-decoration: none;
    color: #fffbf1;
    line-height: 20px;
    vertical-align: bottom;
  }
  ul.abanico:hover li {
    opacity: 1;
  }
  ul.abanico:hover li:nth-of-type(6) {
    opacity: 0;
    z-index:-1;
  }
  ul.abanico:hover li:nth-of-type(1)  {
    background: #998a7d;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  ul.abanico:hover li:nth-of-type(2)  {
    background: #c0b9b2;
    -moz-transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  ul.abanico:hover li:nth-of-type(3)  {
    background:#e3effa ;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  ul.abanico:hover li:nth-of-type(4)  {
    background: #beccdc;
    -moz-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  ul.abanico:hover li:nth-of-type(5)  {
    background:#9caebc;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);  
    transform: rotate(-45deg);
  }

ul.abanico1 {
    position: relative;
    left: -100px;
    width: 50px;
    height: 200px;
    margin: 40px auto;
    list-style: none;
    font: normal 16px "arial narrow", sans-serif;
  }
  ul.abanico1 li {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 300px;
    /* background: orange; */
    margin-left: -50px;
    line-height: 300px;
    text-align: center;
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -moz-transition: all .4s ;
    -webkit-transition: all .4s ;
    transition: all .4s ;
  }
  ul.abanico1 li a {
    display: inline-block;
    width: 100px;
    height: 48px;
    text-decoration: none;
    color: white;
    line-height: 20px;
    vertical-align: bottom;
  }
  ul.abanico1:hover li {
    opacity: 1;
  }
  ul.abanico1:hover li:nth-of-type(6) {
    opacity: 0;
  }