.UIBeep {background:#e1e6ee;clear:right;overflow:hidden;padding:3px 0}
.UIBeep .blueName {color:#3b5998}
.UIBeeper {display:none;bottom:30px;left:15px;position:fixed;width:300px;z-index:99}
.UIBeeper .UIBeeper_Full {background-color:#e1e6ee;border:1px solid #99a8c7;border-radius:3px;margin:3px 0;display:none}
.UIBeeper .UIBeeper_Full:hover {background-color:#cad1de}
.UIBeeper .UIBeep_Bottom {padding-bottom:0;border-bottom:none}
.UIBeeper .UIBeep_Top {padding-top:0}
.UIBeep .UIBeep_Title_Outgoing {font-weight:700}
.UIBeep .undo_link {margin-left:6px}

/* --- LIMPIEZA DE ENLACES DE FACEBOOK --- */
.UIBeeper .UIBeep .beeper_x {
    background: none !important; /* Eliminamos el GIF muerto */
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #888;
    font-weight: bold;
    text-decoration: none;
}

/* Creamos la X con CSS */
.UIBeeper .UIBeep .beeper_x:before {
    content: '\00d7';
}

.UIBeeper .UIBeep .UIBeep_Intentional .beeper_x {
    display: none;
}

.UIBeeper .UIBeep .UIBeep_NonIntentional .beeper_x {
    float: right;
    margin-top: 6px;
    visibility: hidden; /* Se mantiene oculto hasta el hover */
    width: 16px;
    height: 16px;
}

/* Hover para mostrar la X y cambiarle el color */
.UIBeep:hover .beeper_x {
    visibility: visible !important;
}

.UIBeep .beeper_x:hover {
    background: none !important;
    color: #c0392b !important; /* Rojo al pasar el ratón */
}


.UIBeep a.UIBeep_Intentional:hover, .UIBeep a.UIBeep_NonIntentional:hover {text-decoration:none}
.UIBeep_Selected .beeper_x {display:block!important;margin-left:4px;visibility:visible!important}
.UIBeeper .UIBeep_Selected {background:#cad1de}
.UIBeep_Selected .UIBeep_Icon {margin-right:2px}
.UIBeep_Fading .UIBeep_Title, .UIBeep_Selected .UIBeep_Intentional .UIBeep_Icon img.beeper_icon {display:none}
.UIBeep .UIBeep_Title {padding:5px 0}
.UIBeep .UIBeep_Intentional .UIBeep_Title {margin:0 9px 0 51px}
.UIBeep .UIBeep_NonIntentional .UIBeep_Title {margin:0 20px 0 30px}
.UIBeeper .UIBeep_Intentional .UIBeep_Title {color:#000;font-size:11px;line-height:1.3}
.UIBeep .UIBeep_Intentional .UIBeep_Pic {float:left;font-size:1px;margin:4px 8px;text-align:center}
.UIBeep .UIBeep_NonIntentional .UIBeep_Icon {float:left;height:20px;margin:5px;text-align:center;width:20px}
.UIBeep .UIBeep_Intentional .UIBeep_Icon {float:right;height:20px;margin-right:5px;margin-top:5px;text-align:center;width:20px}
.UIBeep .UIBeep_Icon img {float:left}
.UIBeep .UIBeep_Intentional .UIBeep_Pic img.beeper_thumb {height:35px;width:35px}
.UIBeep .UIBeep_Intentional .UIBeep_Pic img.beeper_icon {height:16px;width:16px}
.UIBeeper .UIBeep .extra_media {margin-top:4px}