.rel {
	position: relative;
}

.translate-esp, .translate-eng {
    position: absolute;
    right: 0px;
    top: -30px;
    color: #d2d2d2;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 25px;
    font-size: 14px;
    padding: 5px 12px;
    z-index: 1;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.translate-esp:hover, .translate-eng:hover {
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,.95);
}