.publi_flotante{
    position: fixed;
    bottom: 2%;
    right: 2px;

    width: 400px;
    /*height:238px;*/
    height:275px;
    background-color: #ffffffff;
    z-index:100;

    border:0px;
    text-align:center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.publi_inferior{
    width:auto;
    height:50px;
    background-color:#FFFFFFFF;
    margin-top:0px;

}

.cerrar_publi_flotante{
    position:relative;
    top:-270px;
    width:33px;
    padding:2px 3px;
    background-color:#FFFFFFA9;
    color:#043366C4;
    cursor:pointer;

    height: 33px;

    font-size: 21px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 4px;
    display: none;
    padding-top: 4px;
}

.cerrar_publi_flotante:hover{
    background-color:#FFFFFFFF;
    color:#043366FF;

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

@media print {
    .publi_flotante{
        display:none ;
    }
}

@media only screen and (max-width: 700px) {
    .cerrar_publi_flotante{
        display: block;
        left: 10px;
        background-color:#FFFFFFC8;
    }
}