
@font-face {
  font-family: "Pan Display Bold";
  src: url("../fonts/PanTextTT-Bold.woff") format("woff");
}

body {
    font-family:'Pan Display Bold';
    color:#000;
}

a{
    color:inherit;
    text-decoration:none;
}

body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 250px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing:border-box;
}

#banner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    box-sizing:border-box;
    overflow:hidden;
}
#border{  position: absolute; display: block; width: 298px; height: 248px; border: solid 1px #000;}

.hide {
    opacity: 0;
}

#pandora{
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    display: block;
}


.text{
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 15px;
	top: 180px;
    position: absolute;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0em;
	width: 300px;
}

.text-hide{
    opacity: 0;
}

#image1, #image2 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.opacidad{opacity: 0}

#ctaContainer {
    position: absolute;
    top: 206px;
    left: 180px;
    width: 100px;
    height: 30px;
    display: table;
    background-color: #000;
    border-radius: 3px;
}

#w2txt_1_1_3_cta {
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.188em;
    text-transform: uppercase;
    white-space: nowrap;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}



