

body, html {
    width: 300px;
    height:300px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

*{margin: 0; padding: 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

img {
	border: 0;

}
/* Container */

body
{
	font-family:modern_hecolight;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;

}

#wrapper{
	width: 300px;
	height: 300px;
	background:white;
	position: absolute;
	overflow: hidden; 
  border: rgb(145, 153, 153) 1px solid;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10;
	cursor: pointer;
}

div, img{position:absolute}


.img{z-index:1;width:300px;height:300px; left:-1px; top:-1px}
#img1{z-index:2;}
#img2{z-index:1;}

.tx{z-index:8;width:300px;height:300px;left:0px; opacity:0}
#tx1, #tx2,#tx3, #legal{z-index:8;width:300px;height:300px;left:0px; opacity:0}
#tx3b{z-index:9;width:300px;height:300px;left:0px; opacity:0; background-color: #05141f;}
#tx3b img{width:300px;height:300px;left:0px; top:0}
#etiqueta{z-index:8;width:300px;height:300px;left:0px;}

#logo{z-index:1000;width:300px;height:300px;}

#conce{width:300px; height: 300px; z-index:99;opacity:1; color:white;opacity:0;background:#05141f}

.html2Png{ 
    width: 100%;
}	

#cta{background:url('../images/cta1.png');left:203px;top:272px;position:absolute;width:83px;height:17px;z-index:1001; background-size:cover;opacity:0}
#cta:hover{background:url('../images/cta2.png');background-size:cover}
#btct{
	position:absolute;
	z-index:99998;
	cursor:pointer;
	top:232px;
	left:221px;
	opacity:0;
  width:69px;
  height: 6px;
	display:none
}
#conce {
  width: 300px;
  height: 300px;
  z-index: 99;
  opacity: 1;
  color: white;
  opacity: 0;
  background: #05141f
}


#nombre{
	width: 300px;
  font-family: KiaSignatureOTF-Bold;
  left:11px;
  top: 8px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: -0.03em;
  max-width: 80%;
	}
.parrafo1{
	width: 300px;
  font-family: KiaSignatureOTF-Light;
  left:11px;
  top: 28px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: -0.03em;
  max-width: 90%;
	}
