@charset "utf-8";

/* CSS Document */
#datospago .total {
    width: 100%;
}

#planes {
    position: relative;
}

#planes div {
    display: table-cell;
    float: none;
    /*width:auto !important;*/
    margin: 0px !important;
    vertical-align: middle;
    clear: both !important;
}

#planes ul {
    list-style-type: none;
    text-align: center;
    margin-top: 0.5em;
}

#planes ul li {
    display: table;
    width: 98%;
    padding: 1%;
    border: solid 1px #ffffff;
    margin-bottom: 3px;
}

#planes img {
    width: 70px;
    height: 70px;
    vertical-align: bottom;
}

#planes .eddb {
    width: 28%;
    text-align: center;
}

#planes .txtb {
    width: 100%;
    display: block;
}

.this {
    width: 25px;
    display: none !important;
}

.pay {
    width: 33%;
    min-width: 90px;
}

.pay p {
    margin: 0em .5em 0em .5em;
}

.detail {
    text-align: center;
}

.detail div {
    clear: both !important;
    float: left !important;
    width: 100%;
}

.detail p {
    margin: 0;
}

#planes .costo {
    font-size: 1.2em;
    font-weight: bold;
}

li.elegir {
    background: #ffffff;
}

#planes .tplan {
    font-weight: bold;
    margin: 0;
    font-size: 1.1em;
}

.price {
    font-size: 1.3em;
}

#final .price {
    font-size: 1.6em;
}

#zonaplanes {
    display: table;
    width: 100%;
    font-size: 100%;
    text-align: left;
    margin: 0 auto 0.5em auto;
    max-width: 390px;
}

#zonaplanes li {
    list-style-type: none;
    font-size: 1.1em;
    display: block;
    clear: both;
}

#zonaplanes div {
    float: left;
    text-align: left;
}

#zonaplanes .price {
    font-size: 90%;
    text-align: right;
    width: 43%;
    font-weight: normal;
    float: right;
}

#zonaplanes .tipo {
    font-weight: bold;
    font-size: 0.9em;
    width: 47%;
    margin-bottom: 0.3em;
}

#zonaplanes .tipo span {
    font-size: .9em;
    line-height: 120%;
    display: block;
    font-weight: normal;
}

#zonaplanes .costo {
    font-size: 1.1em;
    font-weight: bold;
}

#infoplan {
    background: #E4F9FA;
    text-align: center;
    margin: 1em auto 0 auto;
    padding: 0.5em;
    width: 90%;
}

#infotarjeta {
    text-align: center;
    margin-top: 1em;
}

#infotarjeta p {
    color: #666666;
    font-weight: normal;
}

.dst {
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.2em;
    color: #FF3366;
    margin-bottom: 0.5em;
}

/**/
#precio_descuento {
    display: none;
}

/**/
#datospago .promo .inputbox {
    color: #0B7B7D;
    font-weight: bold;
    text-align: center;
}

/*nuevo*/
#datospago .price,
#datospago .promo {
    font-weight: bold;
    width: 40%;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    float: right !important;
    display: block !important;
}

/*nuevo*/
#datospago .titinfo {
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: bottom;
    width: 60%;
}

/*nuevo*/
#datospago #promo2 {
    width: 100%;
    text-align: center;
}

.nowrap{white-space: nowrap;}

/** Añadido por Fran estilo al texto miCuenta->Suscripcion
 *  Cuotra de xxx€ cada xX meses
 *   
 */
 #plazos_cuotas {
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    max-width: 390px;
    margin: 0 auto 0.5em auto
 }
.precio_calculado {
    color: #0B7B7D;
 }
@media (min-width: 760px) {
    #infotarjeta p {
        font-size: 1.1em;
        text-align: left;
    }

    /*nuevo*/
    #datospago .txtb {
        width: 70%;
    }

    #datospago .price,
    #datospago .promo {
        width: 30%;
    }
}

@media (min-width: 985px) {

    /*PAGO PLANES*/
    #datos {
        width: 30%;
    }

    #datospago {
        width: 57%;
        padding-right: 2%;
    }

    #planes div {
        display: block;
        width: 100% !important;
        margin: 0px !important;
    }

    /*nuevo*/
    #planes ul {
        display: table;
        border-collapse: separate;
        border-spacing: 5px 0px;
    }

    #planes ul li {
        /*float:left;*/
        display: table-cell;
        width: 21%;
        margin: 1% 0.6%;
        border: solid 2px #ffffff;
        padding: 1%;
        font-size: 1.1em;
        min-width: 116px;
    }

    #planes ul li label {}

    #planes .detail {}

    #planes img {
        width: 100%;
        height: auto;
        max-width: 113px;
    }

    .detail div {
        float: none !important;
    }

    #planes .tplan {
        font-weight: bold;
        font-size: 100%;
        margin: 0.2em 0;
    }

    #planes .txtplan {
        font-weight: normal;
        font-size: 100%;
        margin: 0.2em 0;
    }

    #final .price {
        font-size: 1.8em;
    }

    #canje2 {
        margin-bottom: 1em;
    }

    #zonaplanes .tipo {
        font-size: 1em;
        width: 55%;
    }

    #zonaplanes .tipo span {
        display: inline;
    }

    #zonaplanes .price {
        width: 30%;
    }

    p.dst {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    /*nuevo*/
    #datospago .titinfo {
        width: 70%;
    }

    #datospago .price,
    #datospago .promo {
        width: 30%;
    }
}