textarea {
    resize: none;
    line-height: initial;
}

strong {
    font-weight: 600;
}

.modal-dialog {
    margin-top: 80px!important;
}

/****HEADER**/

body{
	background: url(../img/fondo_general.jpg) no-repeat #0074c1;
	font-family: "HelveticaNeueLTStd-Cn";
}

.contenedor_sitio{
	border-left: 3px solid white;
	border-right: 3px solid white;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.7);
}

@media only screen and (min-width: 992px) {
	.contenedor_sitio{
		width: 960px;		
	}    
    .centrar {
        margin-left: 32.66666667%;
    }    
}

header.header_sitio {
    background: url(../img/home/imagen-sorteo-vivo.png);
}

.header_botonera{
	padding: 10px 60px;
}

.btnHome{
	width: 100%;
	height: 54px;
	background: red;
	font-weight: bold;
	font-size: 18px;
  line-height: 1.2;
}

.btn_sorteo{
	padding-left: 80px;
	text-align: left;
}

.jugarLoteria{
	font-size: 22px;
}

.logo_header{
	margin-left: 20px;
	margin-bottom: 10px;
  margin-top: 20px;
}

.bolas{
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    display: block;
    left: 18px;
    top: -10px;
    width: 75px;
}

.redes_flotantes{
    margin-top: 100px;
    z-index: 999;
    list-style-type: none;
    float: right;
    margin-right: -3px;
}

.logo_play{
	margin-left: 130px;
	width: 140px;
}

@media only screen and (max-width: 991px) {
	header.header_sitio{
		background: url(../img/home/fondo2.jpg);
	}

	.logo_header{
		width: 200px;
   		position: absolute;
   		margin-top: -100px;
	}

	.header_botonera button{
		margin-bottom: 10px;
	}

	.logo_play {
	    display: block;
	    margin: auto;
	    margin-top: 100px;
	    margin-bottom: 40px;
	}

	.bolas{
		display: none;
	}


	.btn_sorteo {
	    padding-left: 0px;
	    text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.logo_header{
		width: 180px;
	}
}

@media only screen and (max-width: 479px) {
	.header_botonera{
		padding: 0px;
	}


	.btn_sorteo {
	    padding: 0px;
	    text-align: center;
	}

	.logo_header{
	    width: 150px;
	    margin-left: 15px;
	}

	.logo_play {
	    width: 120px;
	    margin-top: 130px;
	}

	.logo_header {
	    margin-top: -130px;
	}
}

/****FIN HEADER**/

/****************Home***************************/
.btn_rojo{
	background: red;
}

.logo{
	width: 120px;
    position: absolute;
    z-index: 9;
}

.franja {
    background-color: black;
    position: absolute;
    left: auto;
    top: 115px;
    font-size: 14px;
    text-align: center;
    /* padding-right: 141px; */
    padding-left: initial;
    height: 23px;
    color: #D8A641;
    opacity: 0.8;
    filter: alpha(opacity=50);
    width: 254px;
    padding: 0px;
    z-index: 1;
}

.thumbnail{
	width: 260px;
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.borde_kino{
	border: 3px solid #0063ae;
	padding: 0px;
}

.borde_iman{
	border: 3px solid #0063ae;
	padding: 0px;
}


.borde_kino5{
	border: 3px solid #0063ae;
	padding: 0px;
}


.wrapper{
	background: white url(../img/home/fondo_sorteos2.jpg) no-repeat;
  border-top: 3px solid white;
}

.sorteos_anteriores{
	/*background: url(../img/home/fondo_anteriores.jpg);*/
	padding: 0 15px;
	color: white;
	padding: 0 15px;
	padding-bottom: 25px;

}

@media only screen and (min-width: 992px){
	.col-mediana {
	    width: 21%;
	    float: left;
	}

	
}

.sorteos_anteriores h1{
	font-size: 26px;
    font-weight: bold;
}

.sorteos_anteriores label{
	display: block;
	font-size: 15px;
}

.sorteos_anteriores select, .sorteos_anteriores input{
	display: block;
	width: 95%;
	color: black;
	height: 35px;
	background: url(../img/home/down.png) no-repeat right white;
	-webkit-appearance: none;
  -moz-appearance:none;
	padding: 0px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  padding-right: 25px;
}

.sorteos_anteriores select::-ms-expand {
    display: none;
}

.boton_consultar{
	margin-top: 10px;
	margin-bottom: 10px;
}

.col-mediana.boton_consultar{
  width: 16%;
}

.Listado_sorteos{
	padding: 20px 10px;
	
	height: 380px;
    overflow: hidden;
}

.fondo_blanco{
	/*background: white;*/
}

.boton_consultar button{
	height: 35px;
  font-size: 18px;
  padding: 0 30px;
  margin-top: 15px;
}

img.opacity {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity 1s linear;
}

img.opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.4s linear;
}

#ui-datepicker-div ,.ui-datepicker{ 
	z-index: 99999 !important; 
}

@media only screen and (min-width: 992px) {
	.sorteos_anteriores{
	    display: block;
	}
}

@media only screen and (max-width: 991px) {
	.sorteos_anteriores{
	    display: none;
	}

	.sorteos_anteriores label{
	    text-align: center;
      margin-top: 10px;
      margin-bottom: 0px;
	}

	.sorteos_anteriores select, .sorteos_anteriores input{
	    margin: auto;
      height: 45px;
	}

	.wrapper {
		background: white no-repeat;
	}

	.wrapper.active{
		background: white url(../img/home/fondo_sorteos2_movil.jpg) no-repeat;
	}

  .col-mediana.boton_consultar{
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
	.sorteos_anteriores {
	    padding: 0px;
	}

	.sorteos_anteriores select, .sorteos_anteriores input{
	    width: 100%;
	}
}
/****FIN Home**/

/*********FOOTER******/
footer{
	background-image: url(../img/bg2.png);
  background-color: #0a4c87;
	padding: 30px 0;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
footer ul{
      margin-left: -20px;
}

footer .imagen_footer{
	position: relative;
	display: block;
  margin: auto;
  margin-top: -50px;
}

.horarios{
  float: left;
  width: 730px;
}

.footer_horario1{
  float: left;
  margin-left: 5%;
}

.footer_horario2{
  float: left;
}

.redes-footer{
  width: 100%;
	max-width: 180px;
  display: block;
  margin: 0px auto;
  float: left;
}

@media only screen and (max-width: 991px) {
  .redes-footer{
    float: none;
    margin-top: 15px;
  }

  .horarios{
    float: none;
    width: 430px;
    margin: auto;
 }
 .horarios p{
    text-align: center;
 }

  .footer_horario1{
    float: none;
    margin-left: 0%;
    text-align: center;
  }

  .footer_horario2{
    float: none;
    width: 430px;
    display: block;
    margin: auto;
  }

  .ui-widget {
    font-size: 1.4em !important;
  }
}

@media only screen and (max-width: 479px) {
  .horarios{
    float: none;
    width: 100%;
    margin: auto;
  }

  .footer_horario2{
    float: none;
    width: 100%;
    display: block;
    margin: auto;
  }
}

@media only screen and (max-width: 359px) {
  .ui-widget {
    font-size: 1.1em !important;
  }
}

/***************MODAL SORTEOS EN VIVO*************************/


.modal-body1{
height: auto;
border: 3px solid #ffffff;
border-radius: 10px;
 padding: 0px 4%;
 text-align: justify;
 background:url(../img/modal/ConsultaKinoNuevo/sorteos/fondo.jpg) no-repeat;
 background-size: cover;
 min-height: 140px;
}
.loguito{
  padding: 0 auto;
  margin-top: -70px;
  text-align: center;
  }
.ahora{
  /*width: 100%!important;*/
  text-align: center;
  padding-top:0px;
  
  
  } 
.img_center {
  margin: 0 auto;
  }
  
.centro_modal{
  /*width:auto;*/
  /*height:100%;*/
  border: 3px solid #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 2px;
  
  } 
.img_left{
  text-align: left; 
    }
.preguntas{
  margin: 10px;
  /*width:100%;*/
  }
.preguntas2{
  margin: 0px;
  padding: 0px;
  }
.tablas_bordes{
  border-collapse:collapse;
  border: none;
} 
.td_modal {
  width:4%;
  
  } 
.miercoles{
  margin-top:5%;
  
  } 
 .modal-dialog-600 .p-t-20 {
    padding-top: 0px;
    line-height: initial;
  }

.img_modulo{
  /*background:#2225B4;*/
  position:absolute;
    bottom:5px;
  right:10px;

  
  } 
.sorteos{
  text-align: left;
  }
.table .tr{
  border:3px
      
  } 
.font_tabla{
  /*font-size:1rem;*/
  vertical-align:top;  
  } 
.bot_envia{
  margin: 0% 0 3% 0;
  /*margin-bottom:3%*/
  } 
.bot_bases{
  margin-bottom:3%;
  } 
.img_dinamica{
  margin: 0 auto;
    
  }
.respuestas{
  padding-top: 10px;
  }   

.campo{
  width:100%;
  height:25px;
  border: 2px solid #0891e7;
  border-radius: 5px;
  margin-top:5px;
  font-size: 14px;
  line-height: 1;
  }
.text_inferior{
  font-size:13px;
  }
.text_formulario{
  margin-top: 5px;
  
  }
.text_aviso {
  margin-top:5px;
  font-size:15px;
  color:red;
  } 

.text_gris  {
  margin-top:5px;
  font-size:12px;
  color:#5B5B5B;
  }
 .sesion_facebook{
  margin-top:4%;
  }
.aviso_exito{
  width: 95%;
  height: 90%;
  background:#ffffcc;
  border: 4px solid red;
  box-shadow: 5px 5px 5px #999;
  z-index:100;
  position: absolute;
  margin-top: 3%;
  border-radius: 5px;
  
  
  }
.text_exito{
  text-align: center;
  font-size: 17px;
  margin-top:3%;
  margin-bottom:10%;
  }
.interior_aviso{
  padding: 10%;
  }   

.bajar50{
  margin-top: 50px;
}
.img_facebook{
  width: 90%;
  }


 .modalLot .table > tbody > tr > td {
    vertical-align: middle;
    /* border-collapse: collapse; */
    empty-cells: show;
    border-collapse: separate !important;
} 
    
@media only screen and (max-width: 320px) {
  .text_formulario{
  font-size:16px;
  }
  .campo{
  
  height:30px;

  }
  
  } 
@media only screen and (max-width: 768px) {
    .campo{
  
  height:30px;

  }

  .bajar50{
      margin-top: 110px;
  }
  
  }   
@media only screen and (max-width: 480px) {
  .aviso_exito   {
    width: 90%;
    margin-top: 5%;
  } 

  .interior_aviso{
    padding: 0px !important;
  }

}          
/***************FIN MODAL SORTEOS EN VIVO*************************/



/************************MODALES*************************/

.modalLot .modal-content{
	background: none !important;
	box-shadow: none;
	font-size: 16px;
}

.modalLot .close, .videoModal .close {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: -35px;
    opacity: 1;
    text-shadow: 0 0 0;
}

.modalLot .modal-header {
    padding: 0px;
    border-bottom: none; 
}

.botoncito {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 2px 0;
    color: white;
    font-weight: 600;
    text-align: center;
    border: 2px solid white;
    line-height: 24px;
    font-family: 'HelveticaNeueCondensedBold';
    font-size: 16px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #4b94ec;
    background: -moz-linear-gradient(top, #4b94ec 0%, #2559aa 50%, #4b94ec 51%, #2559aa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b94ec), color-stop(50%, #2559aa), color-stop(51%, #4b94ec), color-stop(100%, #2559aa));
    background: -webkit-linear-gradient(top, #4b94ec 0%, #2559aa 50%, #4b94ec 51%, #2559aa 100%);
    background: -o-linear-gradient(top, #4b94ec 0%, #2559aa 50%, #4b94ec 51%, #2559aa 100%);
    background: -ms-linear-gradient(top, #4b94ec 0%, #2559aa 50%, #4b94ec 51%, #2559aa 100%);
    background: linear-gradient(to bottom, #4b94ec 0%, #2559aa 50%, #4b94ec 51%, #2559aa 100%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.botoncito.secondary {
    background: #f9938a;
    background: -moz-linear-gradient(top, #f9938a 0%, #f5322f 50%, #f9938a 51%, #f5322f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9938a), color-stop(50%, #f5322f), color-stop(51%, #f9938a), color-stop(100%, #f5322f));
    background: -webkit-linear-gradient(top, #f9938a 0%, #f5322f 50%, #f9938a 51%, #f5322f 100%);
    background: -o-linear-gradient(top, #f9938a 0%, #f5322f 50%, #f9938a 51%, #f5322f 100%);
    background: -ms-linear-gradient(top, #f9938a 0%, #f5322f 50%, #f9938a 51%, #f5322f 100%);
    background: linear-gradient(to bottom, #f9938a 0%, #f5322f 50%, #f9938a 51%, #f5322f 100%);
}

.btn-volver {
    font-size: 18px;
}

.modalLot .btn.btn-default {
    background: url(../img/btn-adicionales.png) no-repeat 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    padding: 2px 0 0;
    position: relative;
    text-align: center;
    width: 167px;
}

.videoModal .logo_sorteo_modal{
	position: absolute;
	width: 150px;
    margin-top: -60px;
    margin-left: -15px;
}

.videoModal .modal-title {
    padding-left: 170px;
    font-size: 38px;
    color: white;
    line-height: 0.8;
    font-weight: bold;
}

.videoModal .close {
    margin-top: -45px;
    margin-right: -15px;
}

.videoModal .modal-header{
	background: #1873bc;
	background: #1873bc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#008dff , #1873bc , #042641); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#008dff , #1873bc , #042641); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#008dff , #1873bc , #042641); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#008dff , #1873bc , #042641); /* Standard syntax */
}

.contenedor_youtube{
	padding: 25px 50px 0px 50px;
}

.videoModal .modal-content{
	border: 3px solid white;
}

.videoModal .redes_flotantes{
	position: absolute;
	margin-top: 0px;
	right: -3px;
	margin-right: 0;
}


@media only screen and (max-width: 480px) {
	.contenedor_youtube {
	    padding: 5px 0px 0px 00px;
	}

	.videoModal .logo_sorteo_modal {
    	width: 100px;
    	margin-top: -38px;
    }

    .videoModal .modal-title {
    	padding-left: 90px;
    	font-size: 24px;
	}
}
/************************FIN MODALES*************************/
/*******INICIO textoAbajo***********/
.texAbajo{
    background-color: #14538c;
    border-radius: 10px;
    /*font-family: inherit;*/
    color: #FFF;
    font-size: 20px;
    padding: 9px;
    ;
    text-align: center;
}
/********FIN textoAbajo*********/
