.cetelemblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    padding: 10pt 12pt 10pt 12pt;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
    border-radius: 3pt;
}
.cetelemname {
    color: #34bf49;
    font-weight: 800;
    margin-right: 5pt;
}
.cetelemlogo {
    vertical-align: middle;
    margin-right: 2pt;
}
.ceteleminterior1 {
    margin-right: 3pt;
    color: #333333;
}
.ceteleminterior2 {
    float: right;
    color: #34bf49 !important;
    text-decoration: none;
}
.cetelemcantidad {
    color: #34bf49;
    font-weight: 800;
}

.modalDialogCet {

    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialogCet:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialogCet > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #f5fff5;
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

@media(max-width: 415px) {
   .modalDialogCet > div {
     width: 310px;
    }

    /* Cetelem nuevo diseño */
    body #openModalCet #eCalculadoraCetelemDiv .eCalculadoraCetelem-combo {
        font-size: 14px !important;
    }
    body  #openModalCet #eCalculadoraCetelemDiv .eCalculadoraCetelem-combo .calculadora-enc {
        min-width: 270px !important;
    }
}

.closecet {
    background: #329E4D;
    color: #FFFFFF !important;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.closecet:hover {
    background: #00d9ff;
}

#modalcetact {
    color: #34bf49;
}

/* Campo select (nuevo diseño) */
body #eCalculadoraCetelemDiv .eCalculadoraCetelem-combo select.meses-enc {
    width: unset !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    appearance: auto;
}