
/*----------------------------- Estilos tips  -----------------------------------*/


.tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}

.tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #F56600;
    padding: 8px 8px 4px;
    background: url(../images/bubble.png) top left;
}

.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(../images/bubble.png) bottom right;
}

.imagetip{
    margin-top: 3px;
}

/* golosinas */
    .golosina{
        text-align: right;
        line-height: 27px;
        font-size: 18px;
        font-family: Georgia, Arial;
        color: #000;
        background-image: url(../images/info-izda.png);
        background-repeat: no-repeat;
        background-position: left;
        height: 27px;
        float: right;
        padding-left: 8px;
        margin: 10px 0px;
        cursor: pointer;
    }
    .golosina span{
        background-image: url(../images/info-dcha.png);
        line-height: 27px;
        float: left;
        background-position: right;
        padding-right: 5px;
    }
  /*informate*/
    #informate {
        background-image: url(../images/informacion.png);
        height: 61px;
    }
    /* condiciones legales */
    #caja-condiciones {
        margin-bottom: 10px;
    }
    #label-condiciones {
        width: 50px;
        float: left;
    }
    #div-condiciones {
        float:left;
        width:240px;
        padding:0px 0px 0px 5px;
    }
