body, html {
    width: 970px;
    height:90px;
    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: 970px;
	height: 90px;
	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}


#img1{z-index:6;width:1086px;height:101px; left:-54px; top:-7px}

#tx1{z-index:8;width:970px;height:90px;left:0px; opacity:0}
#tx2{z-index:8;width:970px;height:90px;left:0px; opacity:0}

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

#conce{width:970px; height: 90px; z-index:99;opacity:1; color:white;opacity:0}
#black{top:0px; left:0px;width:970px; height:90px; z-index:99;opacity:0; background:#05141f}

#cta{background:url('../images/cta1.png');left: 876px;top:56px;position:absolute;width:78px;height:18px;z-index:1001; background-size:cover;opacity:0}
#cta:hover{background:url('../images/cta2.png');background-size:cover}

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



