div.intersticial {
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 33333;
}

body > div.intersticial {
    position: fixed;
    background-color: #FFF;
    display: block;
    top: 0;
    left: 0;
}

div.intersticial div.closeButton {
    float: right;
/*    margin: 2em 2em 0 0;*/
    color: #024687;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
}

div.intersticial div.content {
    margin: 0 auto;
    background-color: #FFF;
    padding: 2em;
    height: 100%;
    cursor: hand;
    cursor: pointer;
}

div.intersticial .wrapper_intersticial {
    padding-top: 1em;
}

div#intesticial-ad {
    position: fixed;
    display: inline;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 33333;
    padding-top:1em
}

body > div#intesticial-ad {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
}

div#intesticial-ad div.wrapper {
    position:relative;
    display:block;
    width:800px;
    margin:0 auto;
    margin-top:20px;
}

div#intesticial-ad div.header {
    position:relative;
    height:25px;
    font-family:Arial;
    font-size:.9em;
    color:#999;
    height:30px;
    border-bottom:1px solid #ccc;

}
    div#intesticial-ad div.logo-and-phrase {
        text-align:left;
        width:400px;
        padding-top:10px;
    }

    div#intesticial-ad div.logo{
        background: url(../../images/canariasahora/logo_pie.jpg) center left no-repeat;
        width:130px;
        height:24px;
        display:block;
        float:left;
        margin-right:10px;
        margin-top:-5px;
    }

    div#intesticial-ad div.closeButton {
        position:absolute;
        top:1px;
        right:0;
    }
        div#intesticial-ad div.closeButton a {
            font-family: Verdana, Arial, sans-serif;
            font-size: 1em;
            color:White;
            background:url(../../images/utilities/intersticial-closebutton.png) top right no-repeat;
            width:126px;
            height:28px;
            font-weight:bold;
            display:block;
            text-align:left;
            padding:6px 0 0 6px;
        }

div#intesticial-ad div.content {
    margin: 0 auto;
    padding: 1em;
    height: 100%;
    cursor: pointer;
}

div#intesticial-ad .wrapper_intersticial {
    padding-top: 1em;
}
