body,
html {
    width: 780px;
    height: 150px;
    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;
}

#ct {
    cursor: pointer
}
#legales {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    width: 780px;
    height: 150px;
    display: none;
}

#legales img {
    width: 780px;
    height: 150px;
}

#wrapper {
    width: 780px;
    height: 150px;
    background: white;
    position: absolute;
    overflow: hidden;
    border: 1px solid #ccc;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
}

div,
img {
    position: absolute
}


#img3 {
    z-index: 4;
    width: 780px;
    height: 150px;
	top:-1px;
	left:-1px
}

#img2 {
    z-index: 5;
    width: 780px;
    height: 150px;
	top:-1px;
	left:-1px
}

#img1 {
    z-index: 6;
    width: 780px;
    height: 150px;
	top:-1px;
	left:-1px
}


#cuota {
    z-index: 98;
    width: 780px;
    height: 150px;
    left: -220px;
	top:-1px;
	opacity:1
}


#logoazul {
    z-index: 999;
    opacity: 0;
    width: 780px;
    height: 150px;
}
#logoblanco {
    z-index: 999;
    width: 780px;
    height: 150px;
}

.tx {
    z-index: 8;
    opacity: 0;
    width: 780px;
    height: 150px;
	top:-1px;
	left:-1px
}
#cuota {
    z-index: 8;
    width: 780px;
    height: 150px;
	top:-1px;
	left:-250px
}



#btct{
	position:absolute;
	z-index:99998;
	cursor:pointer;
	top:112px;
	left:462px;
	opacity:0;
	display:none
}


#btct img{
	width:101px;
	height:8px;
}

#boton{background:url('../images/cta1.png');top:105px;left:36px;position:absolute;width:122px;height:31px;z-index:1001;opacity:0; background-size:cover}
#boton:hover{background:url('../images/cta2.png'); background-size:cover}

#boton2{background:url('../images/cta1.png');top:14px;left:441px;position:absolute;width:122px;height:31px;z-index:1001;opacity:0; background-size:cover}
#boton2:hover{background:url('../images/cta2.png'); background-size:cover}


#cover-container  {
    width:780px;
	height:150px;
	z-index:7;

}

#cover-container .cover {
    background-color: #f7f3f2;
	
}

#cover-container .first {
    width: 19px;
    height: 150px;
	top:0;
	left:0
}

 #cover-container .second {
    width: 780px;
    height: 20px;
    left: 18px;
    bottom: 0
}

 #cover-container .third {
    width: 198px;
    height: 150px;
    bottom: 0;
	right:0
}

