.app-container{
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
	background-position: 92% top;
}
#contenido{
	max-width: 1145px;
	margin: 0px auto;
	padding-left: 2%;
	overflow: hidden;
}
#contenido .txtcolor1{
	color: #FFFD38;
}
#contenido .txtcolor2{
	color: #C90813;
}
#contenido .boton1{
	cursor: pointer;
	border: 1px solid #FFF;
	background: url(../img/pix1.png);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}	
#contenido .boton1:hover{
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #427388;
}
#contenido #vnbtn{
	display: none;
}	
#contenido .boton2{
	height: 51px;
	width: 430px;
	cursor: pointer;
	font-size: 18px;
	line-height: 51px;
	text-align: center;
	border: 2px solid #fff;
	text-transform: uppercase;
	background-image: url(../img/btn.jpg);
}
#contenido .boton2 .btnbg{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.5), transparent);
	background-position: -440px 0;
}	
#contenido input[type="text"],
#contenido input[type="email"],
#contenido input[type="number"]{
	color: #000;
	width: 430px;
	height: 51px;
	outline: none;
	padding-left: 10px;
	border: 2px solid #FFF;
	background: url(../img/pix2.png);
}
#contenido #telefono{
	width: 90%;
}
#contenido .select {
    height: 51px;
    outline: none;
    overflow: hidden;
    margin-right: 0.8%;
    border: 2px solid #FFF;
    background-image:  url('../img/sel.png'), url('../img/pix2.png');
    background-repeat: no-repeat, repeat;
    background-position: 90% center, center center;
}
#contenido .select select {
    width: 100%;
    border: none;
    outline: none;
    color: #000000;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    margin-top: 15px;
    padding-left: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/*#F9CDCF*/
#contenido .select select option{
	background-color: #fff;
}
#contenido #checkhd{
	position: relative;
	text-indent: 2px;
}
#contenido #checkhd .txt{
	width: 87%;
	margin-left: 22px;
}
#contenido #checkhd input[type="checkbox"]{
    margin: 3px 0.5ex;
    display: none;
}
#contenido .checkhd .ckhd {
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    background: #ffffff;
    border: 1px solid #000;
}
#contenido .checkhd .ckhd_ok:before {
	color: #000;
    content: "\2714";
}
#contenido ::-webkit-input-placeholder{
	color: #000000;
	text-transform: uppercase;
}
#contenido :-moz-placeholder{
	color: #000000;
	text-transform: uppercase;
}	
#contenido ::-moz-placeholder{
	color: #000000;
	text-transform: uppercase;
}	
#contenido :-ms-input-placeholder{
	color: #000000;
	text-transform: uppercase;
}	
#contenido .error::-webkit-input-placeholder{
	color: #C90813;
	text-transform: uppercase;
}	
#contenido .error:-moz-placeholder{
	color: #C90813;
	text-transform: uppercase;
}	
#contenido .error::-moz-placeholder{
	color: #C90813;
	text-transform: uppercase;
}	
#contenido .error:-ms-input-placeholder{
	color: #C90813;
	text-transform: uppercase;
}
#contenido .clear{
	clear: both;
}	
#contenido .loaderbtn{
	border: none !important;
	cursor: initial;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#contenido .loaderbtn .btnbg{
	display: none;
}
/******************************* Bloque Izquierdo ******************************/
#contenido #izq{
	float: left;
	width: 50%;
	margin-right: 8%;
}
#contenido #izq #btn-1{
	display: none;
}
#contenido #izq .lacasa{
	width: 344px;
	height: 219px;
	margin: 50px auto 30px auto;
	background-image: url(../img/lacasa.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#contenido #izq .txt1{
	width: 91%;
	font-size: 14px;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
}
#contenido #izq .txt2{
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	margin: 6px 0px 10px 0px;
}
#contenido #izq .txt3{
	height: 284px;
	overflow: hidden;
	background: url(../img/premios.png) no-repeat;
	padding-left: 50%;
}
#contenido #izq .txt3 .rowx{
	overflow: hidden;
}
#contenido #izq .txt3 .row1{
	width: 67%;
	font-size: 16px;
	margin-bottom: 20px;	
}
#contenido #izq .txt3 .row3{
	margin: 11px auto; 
}
#contenido #izq .txt3 .num{
	width: 63px;
	float: left;
	line-height: 1em;
	font-size: 36px;
	margin-right: 13px;
	text-align: right;
}
#contenido #izq .txt3 .deta{
	float: left;
}
#contenido #izq .txt3 .deta .deta1{
	font-size: 14px;
}
#contenido #izq .txt3 .deta .deta2{
	font-size: 12px;
}
#contenido #izq .cont-btn{
	/*	padding-left: 13%;*/
}	
#contenido #izq .cont-btn .boton1{
	float: left;
	width: 152px;
	height: 32px;
	font-size: 10px;
	line-height: 32px;
	margin-right: 8px;
	text-align: center;
	text-transform: uppercase;
}
#contenido #izq .cont-btn .boton1.b3{
	width: 88px;
	margin-right: 0px;
}
#contenido #izq .cont-btn .boton1.b4{
	width: 126px;
}
#contenido #izq .legalf{
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}
/******************************* Bloque Derecho ******************************/
#contenido #der{
	float: left;
	width: 42%;
}
#contenido #der .txt1{
	font-size: 14px;
	margin: 0px auto;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
#contenido #der .txt2{
	font-size: 24px;
	line-height: 1em;
	margin: 22px auto 28px auto;
	text-align: center;
	text-transform: uppercase;
}
#contenido #der .info11{
	font-size: 13px;
	margin-top: 20px;
}
#contenido #der .info11 strong{
	font-weight: bold;
}
#contenido #der .ainfo12{
	color: #FFF;
}
#contenido #der .info12{
	height: 40px;
	font-size: 14px;
	line-height: 1.5em;
	padding-left: 44px;
	margin: 5px auto 8px auto;
	background: url(../img/info2.png) no-repeat;
}
#contenido #der .info12 span{
	font-size: 22px;
}
#contenido #der .info13{
	font-size: 13px;
}
#contenido #der .info{
	overflow: hidden;
	margin-top: 30px;
}
#contenido #der .info .info1{
	float: left;
	width: 65px;
	height: 64px;
	margin-right: 16px;
	background: url(../img/info1.png) no-repeat;
}
#contenido #der .info .info2{
	float: left;
	font-size: 12px;
	width: 300px;
	line-height: 1.2em;
}

#contenido #der .con-inp{
	position: relative;
}
#contenido #der .con-inp .col0{
	float: left;
	width: 9%;
	padding-top: 12px;
}
#contenido #der .con-inp .col0 #prefijo{
	width: 90%;
	padding-left: 4px;
}
#contenido #der .con-inp .col1{
	float: left;
	width: 13%;
    padding-top: 12px;
    padding-right: 1%;
}
#contenido #der .con-inp .col2{
	float: left;
	width: 78%;
}
#contenido #der label.error{
	width: 100%;
	color: #fff;
	font-size: 10px;
	margin: 2px auto 0px auto;
	text-transform: uppercase;
}
#contenido #der label.error:after{
	background-image: url(../img/error.png);
    background-size: contain;;
    display: inline-block;
    content:"";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 50px;
	background-repeat: no-repeat;
}
#contenido #der #terminos-error.error{
	width: 1px;
	text-indent: -9999px;
}
#contenido #der #terminos-error.error:after{
	top: -8px;
}
/******************************* Bloque 1 ********************************/
#contenido #der #bloque1 .paso1{
	width: 89px;
	height: 40px;
	background: url('../img/paso1.png') no-repeat;
	margin: 100px auto 14px auto;
}

#contenido #der #bloque1 #nombre{
	margin-top: 0px;
}
#contenido #der #bloque1 .tyc{
	font-size: 11px;
	margin-top: 12px;
}
#contenido #der #bloque1 .boton2{
	margin-top:10px; 
	margin-right: 10px;
}
#contenido #der #bloque1 #antespromo{
	font-size: 16px;
	padding-top: 240px;
	text-align: center;
}
#contenido #der #bloque1 #antespromo .tx1{
        font-size: 24px;
	font-weight: bold;
	font-family: "Nescafe Sans-Bold", Helvetica, Arial, sans-serif;
}
#contenido #der #bloque1 #antespromo .tx2{
	font-weight: bold;
	margin: 34px auto 2px auto;
	font-family: "Nescafe Sans-Bold", Helvetica, Arial, sans-serif;
}
#contenido #der #bloque1 #antespromo .tx4{
	margin: 16px auto;
}
/******************************* Bloque 2 ********************************/
#contenido #bloque2{
	display: none;
}
#contenido #der #bloque2 .paso2{
	width: 89px;
	height: 40px;
	background: url('../img/paso2.png') no-repeat;
	margin: 140px auto 14px auto;
}
#contenido #der #bloque2 #codigo{
    height: 70px;
    font-size: 42px;
    line-height: 70px;
}
#contenido #der #bloque2 #codigo::-webkit-input-placeholder{
	font-size: 16px;
}
#contenido #der #bloque2 #codigo:-moz-placeholder{
	font-size: 16px;
}	
#contenido #der #bloque2 #codigo::-moz-placeholder{
	font-size: 16px;
}	
#contenido #der #bloque2 #codigo:-ms-input-placeholder{
	font-size: 16px;
}	

#contenido #der #bloque2 .txt1{
	margin: 10px auto 0px auto;
}
#contenido #der #bloque2 .txt2{
	margin: 22px auto 50px auto;
}
#contenido #der #bloque2 .c-cod{
	position: relative;
}
#contenido #der #bloque2 .c-cod .disable{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}
#contenido #der #bloque2 .boton2{
	margin-top:10px; 
	margin-right: 10px;
}
#contenido #der .c-cap{
	width: 430px;
	background-color: #F8F8F8;
	
}
#contenido #der .c-cap #captcha_container{
	width: 299px;
	margin: 10px auto 0px auto;
	overflow: hidden;
	height: 74px;
}
#contenido #der .c-cap #captcha_container div{
	margin: -1px 0px 0px -1px;
}
/******************************* Bloque 3 ********************************/
#contenido #bloque3{
	display: none;
}
#contenido #der #bloque3 .txt1{
	font-size: 36px;
	margin: 130px auto 52px auto;
}
#contenido #der #bloque3 .txt2{
	font-size: 18px;
	text-align: left;
	text-transform: initial;
}
#contenido #der #bloque3 .txt2 span{
	font-weight: bold;
}
#contenido #der #bloque3 #resultado{
	display: block;
	margin: 0px auto;
}
#contenido #der #bloque3 #resultado canvas{
	border: 5px solid #fff;
}
#contenido #der #bloque3 #resultado #canvas2{
	margin: 35px 25px 0px 25px;
}
/******************************* Bloque 4 ********************************/
#contenido #bloque4{
	display: none;
}
#contenido #der #bloque4 .tx1{
	font-size: 36px;
	text-align: center;
	margin: 186px auto 14px auto;
}
#contenido #der #bloque4 .tx2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 38px;
}
#contenido #der #bloque4 .tx3{
	font-size: 24px;
	text-align: center;
	margin: 146px auto 17px auto;
}
#contenido #der #bloque4 .tx4{
	font-size: 18px;
	text-align: center;
}	
#contenido #der #bloque4 .tx5{
	font-size: 18px;
	text-align: center;
}
#contenido #der #bloque4 .tx6{
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
#contenido #der #bloque4 .tx6 span,
#contenido #der #bloque4 .tx6 a{
    color: #FFFD38;
    text-decoration: underline;
}
#contenido #der #bloque4 #imgpremio #premiocanvas{
	display: block;
}
#contenido #der #bloque4 #imgpremio .espa1{
	margin: 0px auto;
	width: 163px;
}
#contenido #der #bloque4 #imgpremio .espa2{
	margin: 0px auto;
	width: 160px;
}
#contenido #der #bloque4 #imgpremio .espa3{
	margin: 0px auto;
	width: 160px;
}
#contenido #der #bloque4 .cfoo .comparte{
	font-size: 18px;
	margin-top: 56px;
	text-align: center;
	text-transform: uppercase;
}
#contenido #der #bloque4 .cfoo .comparte.c2{
	margin-top: 14px;
	margin-right: 68px;
}
#contenido #der #bloque4 .cfoo .rrss{
	overflow: hidden;
	margin-top: 12px;
}
#contenido #der #bloque4 .cfoo .rrss .face{
	width: 62px;
	height: 62px;
	float: left;
	cursor: pointer;
	background: url(../img/rrss.png) no-repeat;
	margin-right: 12px;
	margin-left: 152px; 
}
#contenido #der #bloque4 .cfoo .rrss .twit{
	width: 62px;
	height: 62px;
	float: left;
	cursor: pointer;
	background: url(../img/rrss.png) no-repeat right center; 
}
/******************************* Ganadores ********************************/
#ganadores{
	background: none;
}
#ganadores .bnganador{
	height: 409px;
	background-image: url(../img/head2.jpg);
	background-size: contain;
}
#ganadores .cn-ganador{
	width: 80%;
	max-width: 1440px;
	margin: 0px auto;
}
#ganadores .cn-ganador table thead{
	text-transform: uppercase;
	background-color: #292929;
}
#ganadores .cn-ganador table > thead > tr > th{
	border: none;
}
/******************************* LBX ********************************/
#lbx-stage{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	display: none;
}
#lbx-stage .boton1{
	width: 90%;
	height: 28px;
	cursor: pointer;
	font-size: 10px;
	margin: 0px auto;
	line-height: 28px;
	text-align: center;
	outline: 1px solid;
	border: 1px solid #FFF;
	text-transform: uppercase;
	background: url(../img/pix1.png);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
#lbx-stage .boton1:hover{
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #427388;
}
#lbx-stage .boton2{
	height: 44px;
	width: 290px;
	cursor: pointer;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
	border: 2px solid #fff;
	text-transform: uppercase;
	margin: 30px auto 36px auto;
	background: url(../img/btn.jpg) center;
}
	
#lbx-stage .boton2 .btnbg{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.5), transparent);
	background-position: -440px 0;
}
#lbx-stage .lbx{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	position: fixed;
	position: absolute;
	background-color: #000; 
}
#lbx-stage #lbx-content{
	top: 48%;
	left: 49%;
	width: 1050px;
    position: absolute;
    margin-top: -271px;
    margin-left: -542px;
	border: 1px solid #fff;
	background: url('../img/bglbx2.jpg') top right repeat no-repeat;
	height: 542px;
}
#lbx-stage #lbx-content.samsung{
	width: 730px;
	overflow-y: auto;
	margin-left: -365px;
    background: url('../img/bglbx3.jpg') top right repeat no-repeat;
}
#lbx-stage #lbx-content.alerta{
	width: 500px;
	height: initial;
	min-height: 200px;
	margin-top: -150px;
	margin-left: -250px;
}
#lbx-stage .clear{
	clear: both;
}
#lbx-stage #lbx-content .lbx-close{
	top: 20px;
	right: 20px;
	cursor: pointer;
	padding: 10px 14px;
	position: absolute;
	border: 1px solid #fff;
	background-color: #000; 
}
#lbx-stage #lbx-content #premiocasa{
	display: none;
}
#lbx-stage #lbx-content #premiocasa .title{
	font-size: 18px;
	text-align: center;
	margin: 21px auto 14px auto;	
}
#lbx-stage #lbx-content #premiocasa .col1{
	width: 48%;
	float: left;
}
#lbx-stage #lbx-content #premiocasa .col1 .title{
	text-transform: uppercase;
}
#lbx-stage #lbx-content #premiocasa .col1 .txt{
	margin-left: 12%;
	margin-right: 8%;
}
#lbx-stage #lbx-content #premiocasa .col1 .aviso{
	margin-top: 20px;
	margin-left: 12%;
	font-size: 10px;
}
#lbx-stage #lbx-content #premiocasa .col2{
	width: 52%;
	float: left;
	position: relative;
}
#lbx-stage #lbx-content #premiocasa .col2 .enaco{
	top: 0px;
	z-index: 10;
	right: 66px;
	width: 113px;
	height: 115px;
	position: absolute;
	background:  url('../img/enaco.jpg') no-repeat;
}
#lbx-stage #lbx-content #premiocasa .col2 .bxsc{
	width: 500px;
	height: 318px;
	margin-top: 10px;
}
#lbx-stage #lbx-content #premiocasa .txt3{
	font-size: 11px;
	cursor: pointer;
	text-align: right;
	text-transform: uppercase;
	margin: 26px 52px 0px 0px;
}
#lbx-stage #lbx-content #premiocasa .txt4{
	font-size: 10px;
	text-align: right;
	margin: 10px 52px 0px 0px;
}
#lbx-stage #lbx-content #premiosamsung{
	display: none;
	overflow: hidden;
}
#lbx-stage #lbx-content #premiosamsung .title{
	width: 250px;
	overflow: hidden;
	margin: 26px auto 18px auto;
}
#lbx-stage #lbx-content #premiosamsung .title .tx{
	float: left;
	width: 124px;
	font-size: 23px;
	line-height: 1em;
	text-transform: uppercase;
}
#lbx-stage #lbx-content #premiosamsung .title .samsung{
	float: left;
	width: 126px;
	height: 19px;
	margin-top: 2px;
	background: url('../img/samsung.png') no-repeat;
	background-size: contain; 
}
#lbx-stage #lbx-content #premiosamsung .col1{
	width: 37%;
	float: left;
}
#lbx-stage #lbx-content #premiosamsung .col21{
	width: 8%;
	float: left;
	color: #FFFD38;
	font-size: 32px;
	margin-right: 2%;
	line-height: 1em;
	text-align: right;
}
#lbx-stage #lbx-content #premiosamsung .col2{
	width: 53%;
	float: left;
}
#lbx-stage #lbx-content #premiosamsung .col2 .txt1{
	text-transform: uppercase;
	margin-bottom: 10px;
}
#lbx-stage #lbx-content #premiosamsung .col2 .txt2 ul{
	list-style: none;
	font-size: 11px;
	padding: 0px;
}
#lbx-stage #lbx-content #premiosamsung .col2 .txt2 ul li{
	line-height: 1.4em;
}
#lbx-stage #lbx-content #premiosamsung .row1,
#lbx-stage #lbx-content #premiosamsung .row2,
#lbx-stage #lbx-content #premiosamsung .row3{
	width: 100%;
	overflow: hidden;
}
#lbx-stage #lbx-content #premiosamsung .row4{
	font-size: 10px;
	margin: 0px 0px 0px 10px;
}
#lbx-stage #lbx-content #premiosamsung .row1 .col1 .img{
	width: 236px;
    height: 164px;
    margin: 0px auto;
    background: url('../img/rtpremio.png') 0px -242px no-repeat;
    background-size: cover;
}
#lbx-stage #lbx-content #premiosamsung .row1 .col2 .txt1,
#lbx-stage #lbx-content #premiosamsung .row1 .col21{
	margin-top: 22px;
}

#lbx-stage #lbx-content #premiosamsung .row2 .col1 .img{
	width: 160px;
	height: 160px;
	margin: 0px auto;
	background: url('../img/rtpremio.png') 0px 0px no-repeat;
	background-size: cover;
}
#lbx-stage #lbx-content #premiosamsung .row3 .col1 .img{
	width: 129px;
	height: 130px;
	margin: 0px auto;
	background: url('../img/rtpremio.png') 0px -227px no-repeat;
	background-size: cover;
}

#lbx-stage #lbx-content #lbxalerta{
	display: none;
}
#lbx-stage #lbx-content #lbxalerta #lbx-msg{
	width: 83%;
	font-size: 20px;
	text-align: center;
	margin: 44px auto 0px auto;
}
#lbx-stage #lbx-content #lbxalerta #lbx-msg a,
#lbx-stage #lbx-content #lbxalerta #lbx-msg .num-alert{
	color: #FFFD38;
	text-decoration: underline;
}
#lbx-stage #lbx-content.alerta .lbx-close{
	display: none;
}

/***************************** Adaptado *****************************/
@media screen and (max-width: 1366px){
	.app-container{
		background-size: 706px;
		background-position: 83% top;
	}
	#contenido input[type="text"],
	#contenido input[type="email"],
	#contenido input[type="number"]{
		width: 360px;
		height: 36px;
		font-size: 12px;	
	}
	#contenido .select{
		height: 36px;
	}
	#contenido .select select{
		margin-top: 7px;
	}
	#contenido .boton2{
		width: 360px;
		height: 38px;
		line-height: 36px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		background-position: center;
		font-size: 16px;
	}
	#contenido #izq{
		width: 51%;
	}
	#contenido #izq .lacasa{
		width: 245px;
		height: 156px;
		margin: 36px auto 21px auto; 
	}
	#contenido #izq .cont-btn .boton1{
		height: 28px;	
		width: 144px;
		font-size: 10px;
		line-height: 28px;
	}
	#contenido #izq .txt1{
		font-size: 12px;
		width: 78%;
	}
	#contenido #izq .txt2{
		font-size: 20px;
	}
	#contenido #izq .txt3{
		height: 205px;
		background-size: contain;
		margin-bottom: 21px;
		padding-left: 35%;
	}
	#contenido #izq .txt3 .row1{
		font-size: 14px;
	}
	#contenido #izq .txt3 .num{
		font-size: 30px;
	}
	#contenido #izq .txt3 .deta .deta1{
		font-size: 12px;
	}
	#contenido #izq .txt3 .deta .deta2{
		font-size: 10px;
	}
	#contenido #izq .legalf{
		font-size: 10px;
	}
	#contenido #der{
		width: 35%;
	}
	#contenido #der .info11{
		font-size: 11px;
	}
	#contenido #der .info12{
		font-size: 13px;
	}
	#contenido #der .info12 span{
		font-size: 20px;
	}
	#contenido #der .info13{
		font-size: 11px;
	}
	#contenido #der .con-inp .col0{
		width: 10%;
	}
	#contenido #der .con-inp .col1{
		width: 15%;
	}
	#contenido #der .con-inp .col2{
		width: 74%;
	}
	#contenido #der .c-cap{
		width: 360px;
	}
	#contenido #der .txt2{
		font-size: 20px;
		margin: 16px auto 18px auto;
	}
	#contenido #der #bloque1 .paso1{
		margin: 92px auto 10px auto;		
	}
	#contenido #der #bloque1 #antespromo{
		font-size: 16px;
		padding-top: 200px;
	}
	#contenido #der label.error{
		font-size: 8px;
	}
	#contenido #der label.error:after{
		width: 13px;
		right: 4px;
	}
	#contenido #der #bloque2 .paso2{
		margin: 92px auto 10px auto;
	}
	#contenido #der #bloque2 .txt2{
		margin: 18px auto 41px auto;
	}
	#contenido #der #captcha_container{
		margin: 12px 0px 0px 31px;
	}
	#contenido #der #bloque3 .txt1{
		margin: 100px auto 46px auto;
		font-size: 30px;
	}
	#contenido #der #bloque3 .txt2{
		font-size: 16px;
	}
	#contenido #der #bloque3 #resultado canvas{
		width: 114px;
	}
	#contenido #der #bloque3 #resultado #canvas2{
		margin: 10px 10px 0px 10px;
	}
	#contenido #der #bloque4 .tx1{
		margin: 118px auto 14px auto;
		font-size: 26px;
	}
	#contenido #der #bloque4 .tx2{
		font-size: 14px;
	}
	#contenido #der #bloque4 .tx3{
		margin: 75px auto 17px auto;
		font-size: 18px;
	}
	#contenido #der #bloque4 .tx4{
		font-size: 14px;
	}
	#contenido #der #bloque4 .tx5{
		font-size: 13px;
	}
	#contenido #der #bloque4 .tx6{
		font-size: 12px;
	}
	#contenido #der #bloque4 #imgpremio img{
		background-size: 100%;
		height: 154px;
	}
	#contenido #der #bloque4 .cfoo .comparte.c2{
		font-size: 14px;
	}
	#contenido #der #bloque4 .cfoo .rrss .face{
		width: 50px;
		height: 50px;
		background-size: cover;
		margin-left: 100px;
	}
	#contenido #der #bloque4 .cfoo .rrss .twit{
		width: 50px;
		height: 50px;
		background-size: cover;
	}
	#ganadores .cn-ganador table{
		font-size: 14px;
	}

}
@media screen and (max-width: 1280px){
	#contenido #izq{
		width: 49%;
	}
	#ganadores .bnganador{
		height: 360px;
	}
}
@media screen and (max-width: 1145px){
	#contenido #izq{
		width: 48%;
		margin-right: 5%;
	}
	#contenido #izq .lacasa{
		width: 61.638%;
	}
	#contenido #der{
		width: 36%;
	}
	#contenido #der .con-inp .col1{

	}
	#contenido #der .con-inp .col2{

	}
}
@media screen and (max-width: 1024px){
	.app-container{
		background-position: 96% top;
	}
	#contenido #der{
		width: 39%;
	}
	#contenido #izq .cont-btn .boton1{
		width: 112px;
		font-size: 8px;
		margin-right: 4px;
	}
	#contenido #izq .txt3 {
    	height: 192px;
	}
	#lbx-stage #lbx-content.alerta{
		min-height: 200px;
	}
	#contenido #der .con-inp .col1{
		width: 16%;
	}
	#contenido #der .con-inp .col2{
	}
	#ganadores .bnganador{
		height: 290px;
	}
	#ganadores .cn-ganador table{
		font-size: 12px;
	}
}
@media screen and (max-width: 840px){
}
@media screen and (max-width: 768px){
	#contenido{
		width: 98%;
		margin: 0px auto;
	}
	#contenido .boton2{
		width: 330px;
	}
	#contenido #izq {
    	width: 46%;
    	margin-right: 3%;
	}
	#contenido #der{
		width: 48%;
	}
	#contenido input[type="text"],
	#contenido input[type="email"],
	#contenido input[type="number"]{
		width: 92.4%;
		display: block;
	}
	#contenido #izq .txt1 {
    	width: 88%;
    	font-size: 13px;
	}
	#contenido #izq .txt2 {
	    font-size: 14px;
	}
	#contenido #izq .txt3 {
    	background-size: 41%;
    	margin-bottom: 6px;
    	padding-left: 46%;
	}
	#contenido #izq .txt3 .num {
    	font-size: 22px;
   		width: 35px;
    	margin-right: 10px;
	}
	#contenido #izq .txt3 .row1{
		width: 80%;
		font-size: 12px;
	}
	#contenido #izq .txt3 .row3{
		margin: 8px auto;
	}
	#contenido #izq .legalf{
		font-size: 9px;
	}
	#contenido #izq .cont-btn .boton1{
		width: 100px;
		font-size: 7px;
	}
	#contenido #izq .cont-btn .boton1.b3{
		width: 52px;
	}
	#contenido #izq .cont-btn .boton1.b4{
		width: 72px;
	}
	#contenido #der .con-inp .col1{
		width: 23%;
	}
	#contenido #der .con-inp .col2{
		width: 77%;
	}
	#contenido #der .info .info2{
		width: 254px;
		font-size: 10px;
	}
	#contenido #der .c-cap{
		width: 329px;
	}
	#contenido #der #bloque1 #antespromo{
		font-size: 12px;
		padding-right: 60px;
	}
	#contenido #der #bloque3 #resultado canvas{
		width: 100px;
	}
	#ganadores .bnganador{
		height: 410px;
		background-image: url(../img/head_m2.jpg);
	}

	#lbx-stage #lbx-content #lbxalerta #lbx-msg{
		font-size: 18px;
	}
}
/***************************** Celular ******************************/
@media (max-width: 767px){
	.app-container{
		min-height: 70vh;
		background: none;
	}
	.m-hide{
		display: none;
	}
	.m-block{
		display: block;
	}
	#contenido{
		width: 90%;
		padding-left: 0px;
		padding-right: 2%;
	}
	#contenido input[type="text"],
	#contenido input[type="email"],
	#contenido input[type="number"]{
		width: 98%;
		line-height: initial;
		margin: 14px auto 0px auto;
	}
	#contenido input[type="text"].error{
		border-color: #DF291F;
		background-color: #D9B3B3;
	}
	#contenido #telefono{
		width: 100%;
	}
	#contenido .checkhd .ckhd{
		width: 20px;
		height: 20px;
	}
	#contenido #checkhd .txt{
		margin-left: 28px;
	}
	#contenido .checkhd .ckhd_ok:before{
		font-size: 14px;
	}
	#contenido #vnbtn{
		height: 29px;
		display: block;
		font-size: 10px;
		text-align: center;
		line-height: 29px;
		text-transform: uppercase;
		margin: 24px auto 0px auto;
	}
	#contenido .boton2 {
    	height: 51px;
    	line-height: 51px;
    	margin: 10px auto;
    	width: 98%;
	}
	#contenido .loaderbtn{
		background-image: url(../img/loader_m.gif);
	}
	#contenido #izq{
		width: 100%;
	}
	#contenido #izq .lacasa{
		margin: 4px auto 20px auto;
		height: 111px;
	}
	#contenido #izq .txt1{
		width: 88%;
		font-size: 13px;
		text-transform: initial;
	}
	#contenido #izq .txt2{
		font-size: 13px;
		font-weight: bold;
		margin: 3px 0px 10px 0px;
	}
	#contenido #izq .txt3{
		background-size: 41%;
		margin-bottom: 6px;
		padding-left: 46%;
	}
	#contenido #izq .txt3 .row1{
		width: 92%;
		font-size: 12px;
	}
	#contenido #izq .txt3 .row3 {
    	margin: 7px auto;
	}
	#contenido #izq .txt3 .num{
		font-size: 22px;
		width: 35px;
		margin-right: 10px;	
	}
	#contenido #izq #btn-1{
		width: 90%;
		display: block;
		margin: 16px auto 22px auto;
	}
	#contenido #izq .cont-btn{
		margin-top: 26px;
	}
	#contenido #izq .cont-btn .boton1,
	#contenido #izq .cont-btn .boton1.b3,
	#contenido #izq .cont-btn .boton1.b4{
		width: 90%;
		float: none;
		font-size: 10px;
		margin: 0px auto 3px auto;		
	}
	#contenido #izq .legalf{
		width: 90%;
		font-size: 10px;
		text-align: left;
		margin: 12px auto 0px auto;
	}
	#contenido #izq .legalf br{
		display: none;
	}
	#contenido #der{
		width: 100%;
		display: none;
	}
	#contenido #der .info11{
		font-size: 10px;
	}
	#contenido #der .info11 br,
	#contenido #der .info13 br{
		display: none;
	}
	#contenido #der .info13{
		font-size: 10px;
	}
	#contenido #der.m-block{
		display: block;
	}
	#contenido #der .txt1{
		font-size: 9px;
	}
	#contenido #der .con-inp .col0{
		width: 13%;
		padding-top: 0%;
	}
	#contenido #der .con-inp .col1{
		width: 22%;
		padding-top: 14px;
		padding-left: 1%;
	}
	#contenido #der .con-inp .col2{
		width: 64%;
	}
	#contenido #der #bloque1 .paso1{
		width: 60px;
		background-size: contain;
		margin: 20px auto 0px auto;
		height: 34px;
	}
	#contenido #der #bloque1,
	#contenido #der #bloque2,
	#contenido #der #bloque3,
	#contenido #der #bloque4{
		width: 94%;
		margin: 0px auto;
	}
	#contenido #der .txt2{
		font-size: 14px;
		margin: 16px auto 44px auto;
	}
	#contenido #der #bloque1 .tyc{
		width: 98%;
		margin: 15px auto 0px auto;
		clear: both;
		overflow: hidden;
	}
	#contenido #der #bloque1 .boton2{
		margin: 10px auto 0px auto;
	}
	#contenido #der #bloque1 #antespromo{
		padding-top: 100px;
		padding-right: 10px;
	}
	#contenido #der .c-cap{
		width: 98%;
		margin: 0px auto;
	}
	#contenido #der .info{
		width: 92%;
		margin: 20px auto 0px auto;
	}
	#contenido #der .info .info1{
		width: 60px;
		height: 48px;
		background-size: contain;
		margin-right: 13px;
	}
	#contenido #der .info .info2{
		width: 200px;
		line-height: 1.3em;
	}
	#contenido #der label.error{
		width: 87%;
		font-size: 9px;
		display: block;
	}
	#contenido #der label.error:after{
		background-size: 6px;
		right: 14px;
		top: 40px;
		width: 12px;
	}
	#contenido #der #nombre-error.error:after{
		top: 40px;
	}
	#contenido #der #terminos-error.error:after{
		right: 0px;
	}
	#contenido #der #bloque2 .paso2{
	    width: 60px;
	    height: 34px;
	    background-size: contain;
	    margin: 20px auto 0px auto;
	}
	#contenido #der #captcha_container{
		width: 90%;
		margin: 12px auto 0px auto;
	}
	#contenido #der #bloque2 .boton2{
		margin: 10px auto 0px auto;
	}
	#contenido #der #bloque3 .txt1{
		margin: 25px auto 46px auto;
		font-size: 22px;	
	}
	#contenido #der #bloque3 .txt2{
		text-align: center;
		font-size: 14px;
		width: 80%;
	}
	#contenido #der #bloque3 #resultado #canvas2{
		margin: 2% 1% 0% 1%;
	}
	#contenido #der #bloque3 #resultado canvas{
		width: 30%;
	}
	#contenido #der #bloque4 .tx1{
		margin: 40px auto 14px auto;
	}
	#contenido #der #bloque4 .cfoo .comparte.c2{
		margin: 0px auto;
	}
	#contenido #der #bloque4 .cfoo .rrss{
		width: 114px;
		margin: 10px auto;
	}
	#contenido #der #bloque4 .cfoo .rrss .face{
		margin-left: 0px;
	}
	#ganadores .cn-ganador{
		width: 90%;
	}
	#ganadores .cn-ganador table{
		font-size: 10px;
	}
	#ganadores .bnganador{
		height: 300px;
	}
	/*******/
	.bodyoh{
		overflow: hidden;
	}
	.bx-wrapper{
		margin: 0 auto 40px !important;
	}
	#lbx-stage #lbx-content,
	#lbx-stage #lbx-content.samsung,
	#lbx-stage #lbx-content.alerta{
		top: 0px;
		left: 0px;
		width: 90%;
		height: 480px;
		position: relative;
		overflow-y: scroll;
		margin: 22% auto 0% auto;
	}
	#lbx-stage #lbx-content.alerta{
		height: initial;
		min-height: 132px;
	}
	#lbx-stage #lbx-content .lbx-close{
		top: 12px;
		right: 12px;
		font-size: 12px;
		padding: 5px 10px;
	}
	#lbx-stage #lbx-content #premiosamsung .col1{
		width: 34%;
	}
	#lbx-stage #lbx-content #premiosamsung .col2{
		width: 66%;
	}
	#lbx-stage #lbx-content #premiosamsung .col21{
		font-size: 22px;
	}
	#lbx-stage #lbx-content #premiosamsung .col2 .txt1{
		font-size: 12px;
		line-height: 1.2em;
		margin-right: 30px;
		margin-top: 4px !important;
	}
	#lbx-stage #lbx-content #premiosamsung .col2 .txt2 ul{
		font-size: 10px;
	}
	#lbx-stage #lbx-content #premiosamsung .title{
		font-size: 16px;
		margin: 50px auto 10px auto;
	}
	
	#lbx-stage #lbx-content #premiosamsung .row1,
	#lbx-stage #lbx-content #premiosamsung .row2,
	#lbx-stage #lbx-content #premiosamsung .row3{
		margin-bottom: 12px;
	}
	#lbx-stage #lbx-content #premiosamsung .row1 .col1 .img{
		width: 100%;
		height: 96px;
		background-position: 0px -101px;
	}
	#lbx-stage #lbx-content #premiosamsung .row2 .col1 .img{
		width: 100%;
		height: 110px;
		background-position: 0px 0px;
	}
	#lbx-stage #lbx-content #premiosamsung .row3 .col1 .img{
		width: 100%;
		height: 110px;
		background-position: 0px -195px;
	}
	#lbx-stage #lbx-content #premiocasa{
	}
	#lbx-stage #lbx-content #premiocasa .title{
		width: 90%;
		font-size: 12px;
		margin: 50px auto 0px auto;
	}
	#lbx-stage #lbx-content #premiocasa .row1{
		overflow: hidden;
	}
	#lbx-stage #lbx-content #premiocasa .row1 .title,
	#lbx-stage #lbx-content #premiocasa .row2 .title{
		width: 80%;
		font-size: 12px;
		text-align: left;
		font-weight: bold;
		margin: 20px auto 10px auto;
		text-transform: uppercase;
	}
	#lbx-stage #lbx-content #premiocasa .row1 .txt,
	#lbx-stage #lbx-content #premiocasa .row2 .txt{
		width: 80%;
		margin: 10px auto 0px auto;
		font-size: 12px;
	}
	#lbx-stage #lbx-content #premiocasa .txt3{
		width: 80%;
		font-size: 7px;
		text-align: left;
		margin: 10px auto 20px auto;
	}
	#lbx-stage #lbx-content #premiocasa .txt4{
		font-size: 9px;
		text-align: center;
		margin: -8px auto 20px auto;
	}
	#lbx-stage #lbx-content #premiocasa .aviso{
		width: 80%;
		font-size: 8px;
		margin: 8px auto 20px auto;
	}
	#lbx-stage #lbx-content #premiocasa #rowgal{
		width: 80%;
		display: none;
		margin: 0px auto;
	}
	#lbx-stage #lbx-content #premiocasa #btn-gal-2{
		display: none;
	}
	#lbx-stage #lbx-content #lbxalerta #lbx-msg{
		font-size: 14px;
		line-height: 1.2em;
	    margin: 16px auto 0px;
	}
	#lbx-stage .boton2{
	    width: 80%;
		margin: 20px auto 26px auto;
	}
}	
@media (max-width: 320px){
	#contenido{
	}
	#contenido #izq .lacasa{
		margin: 2px auto 12px auto;
	}
	#contenido #izq .txt1{
		width: 90%;
	}
	#contenido #izq .txt3{
		padding-left: 48%;
	}
	#contenido #izq .txt3 .num{
		font-size: 16px;
		width: 26px;
		margin-right: 6px;
	}
	#contenido #izq .txt3 .deta .deta1{
		font-size: 11px;
	}
	#contenido #izq .txt3 .deta .deta2{
		font-size: 9px;
	}

	#contenido #izq #btn-1{
		width: 90%;
	}
	#contenido #der .info{
		width: 98%;
	}
	#contenido #der .info .info1{
		margin-right: 8px;
	}
	#contenido #der .info .info2{
		width: 180px;
	}
	#contenido #der #bloque3 .txt2{
		width: 86%;
	}
	#contenido #der .c-cap #captcha_container{
		width: 96%;
	}
	#contenido #der .con-inp .col1{
	}
	#contenido #der .con-inp .col2{
	}

	#ganadores .bnganador{
		height: 220px;
	}

	#lbx-stage #lbx-content.alerta{
		height: initial;
		min-height: 132px;
	}
	#lbx-stage #lbx-content, 
	#lbx-stage #lbx-content.samsung, 
	#lbx-stage #lbx-content.alerta{
		
	}
	#lbx-stage #lbx-content #premiosamsung .row1 .col2 .txt1{
		margin-top: 12px;
	}
	#lbx-stage #lbx-content #premiosamsung .row1 .col1 .img{
		background-position: 0px -85px;
		height: 86px; 
	}
	#lbx-stage #lbx-content #premiosamsung .row2 .col1 .img{
		height: 90px;
	}
	#lbx-stage #lbx-content #premiosamsung .row3 .col1 .img{
		height: 90px;
		background-position: 0px -175px;
	}
	#lbx-stage #lbx-content #premiosamsung .col2 .txt2 ul{
		font-size: 9px;
	}
	#lbx-stage #lbx-content #premiocasa .title{
		font-size: 11px;
	}
	#lbx-stage #lbx-content #premiocasa .row1 .txt, 
	#lbx-stage #lbx-content #premiocasa .row2 .txt{
		font-size: 11px;
	}
}

/***************************** countDown *****************************/
#contenido #izq .lacasa {
    width: 270px;
    height: 172px;
    margin: 20px auto 15px auto;
}

#contenido #izq .countDownTxt1 {
    width: 91%;
    font-size: 16px;
    font-weight: bold;
    font-family: "Nescafe Sans-Bold", Helvetica, Arial, sans-serif;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
}

#contenido #izq .countDownTxt2 {
    width: 91%;
    font-size: 11px;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
}

.flip-clock-wrapper {
    width: 80%;
    max-width:100%;
    height: 60px;
    margin: 20px auto 10px;
    font-family: "Nescafe Sans-Regular", Helvetica, Arial, sans-serif;
    font-size: 9px;
    
}
#izq .flip-clock-wrapper + .txt1{
    clear: left;
}
.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-divider {
    width: 3%;
    height: 100%;
}
.flip-clock-dot{
    width: 50%;
    height: 10%;
    left: 25%;
}

.flip-clock-dot.top{
    top: 35%;
}
.flip-clock-dot.top{
    top: 60%;
}

.flip-clock-wrapper ul {
    margin: 1%;
    width: 9%;
    height: 100%;
    font-size: 50px;
    font-weight: bold;
    border-radius: 6px;
    background: #000;
    padding: 0;
}

.flip-clock-wrapper ul,
.flip-clock-wrapper ul li a div.up,
.flip-clock-wrapper ul li a div.down{
    line-height: 57px;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.flip-clock-wrapper ul li a div {
    font-size: 100%;
}
.flip-clock-wrapper ul li a div div.inn{
    font-size: 90%;
    background-color: #333;
    background: -moz-linear-gradient(top, #333333 0%, #666666 50%, #333333 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(50%, #666666), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #333333 0%, #666666 50%, #333333 100%);
    background: -o-linear-gradient(top, #333333 0%, #666666 50%, #333333 100%);
    background: -ms-linear-gradient(top, #333333 0%, #666666 50%, #333333 100%);
    background: linear-gradient(to bottom, #333333 0%, #666666 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=0 );
}

.flip-clock-divider .flip-clock-label{
    color: white;
    text-transform: uppercase;
    right: auto !important;
    left: 140% !important;
}

.flip-clock-divider.days .flip-clock-label{
    left: 5px !important;
}
#contenido {
    max-width: 1250px;
}
#contenido #der #bloque1 #antespromo {
    padding-top: 210px;
}
.fin-promo{
    text-align: center;
}

#contenido #izq .fin-promo{
    background: url(../img/deco-premio-2.png) no-repeat center 80px;
    background-size: cover;
    padding-bottom: 20px;
}

#contenido #izq .fin-promo .txt0{
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 5px;
}

#contenido #izq .fin-promo .txt1{
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Nescafe Sans-Bold", Helvetica, Arial, sans-serif;    
}

#contenido #izq .fin-promo .txt2{
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 10px;
    text-transform: none;
}

#contenido #izq .fin-promo .txt2 strong{
    font-weight: normal;
    color: #FFFD38;
}

#contenido #izq .fin-promo .img{
    font-size: 12px;
    text-transform: none;
    line-height: 130%;
    margin-bottom: 15px;   
}

.app-container{
    position: relative;
    z-index: 0;
}
.app-container:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-image: url('../img/deco-premio.png');
    background-repeat: no-repeat;
    background-position: 0px 13px;
    z-index: -1;
}
@media screen and (max-width: 767px){
    .app-container:before{
        display: none
    }
}
@media screen and (max-width: 450px){
    .flip-clock-wrapper {
        width: 90%;
        height: 50px;
        font-size: 8px;

    }

    .flip-clock-dot.top{
        top: 40%;
    }
    .flip-clock-dot.top{
        top: 65%;
    }

    .flip-clock-wrapper ul {
        font-size: 40px;
    }

    .flip-clock-wrapper ul,
    .flip-clock-wrapper ul li a div.up,
    .flip-clock-wrapper ul li a div.down{
        line-height: 47px;
    }
}
@media (max-width: 390px){
    #contenido #izq .boton2 {
        font-size: 13px;
    }
}