img.cerrar {
	position: absolute;
	top: -50px;
	right: -30px;
}
/* css para ocultar botonera*/
#botonera:before {
	background-color: transparent!important;
}
#botonera div {
	border-bottom: 6px solid #112D48;
}
/* /. */
 
img.copi {
    width: 61px;
    bottom: 31px;
    position: absolute;
    left: 40px;
    cursor: pointer;
}
.ok1.atv, .ok2.atv {
    background-color: rgb(0, 159, 227);
    color: white;
}
.ok1 {
    position: absolute;
    top: 262px;
    right: 45px;
    background-color: white;
    padding: 4px 41px;
    font-size: 27px;
    border-radius: 8px;
    min-width: 130px;
}
.ok2 {
    position: absolute;
    top: 347px;
    right: 40px;
    width: 178px;
    background-color: white;
    padding: 4px 36px;
    font-size: 27px;
    border-radius: 8px;
    text-align: center;
}
 
input[type=checkbox] {
	width: 30px;
	height: 30px;
	position: absolute;
}  
/**/
.normas {
	position: absolute;
	top: 140px;
	right: 782px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
	transition: all 300ms ease;
}
.normas.atv {
	background-color: rgb(158, 0, 93);
} 
.actvi {
	position: absolute;
	top: 140px;
	right: 541px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
	transition: all 300ms ease;
}
.actvi.atv {
	background-color: rgb(158, 0, 93);
} 
.puntuacion {
	position: absolute;
	top: 140px;
	right: 321px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
	transition: all 300ms ease;
}
.puntuacion.atv {
	background-color: rgb(158, 0, 93);
} 
.normas:hover, .actvi:hover, .puntuacion:hover{
	transform: scale(1.1);
}
.normas:active, .actvi:active, .puntuacion:hover {
	transform: scale(0.9);
}
 
/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 224px;
	left: -30px;
	width: 100%;
	z-index:100;
}
.videobox video{
	position:relative;
	top: 1px;
	left: 358px;
	width: 777px;
}
.cartel {
	position: absolute;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	left: 120px;
	right:0;
	text-align:center;
	min-width: 200px;
	max-width: 760px;
	z-index:101;
}
.titcartel {
	color: rgb(255, 255, 255);
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	background: rgb(19, 26, 45);
}
.titcartel h2{
	padding: 7px 10px 11px;
	border-radius: 7px;
	border: 3px dashed rgb(243, 236, 130);	
}
/* Finaliza codigo de video */

 

.txt_pop h1 {
    font-size: 55px;
    color: white;
}

.txt_pop div {
    text-align: left;
    margin-top: 29px;
}

.puntua {
    position: absolute;
    top: 310px;
    left: 60px;
}

.puntua img {
    margin: 0px 20px;
    transition:all ease 300ms;
    cursor:pointer;
}
.puntua img:hover {
    margin: 0px 20px;
    transform:scale(1.2);
}

img.textop {
    position: absolute;
    top: 233px;
    left: 282px;
}

.quist {
    position: absolute;
    top: 260px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 893px;
    background-color: rgb(255, 190, 103);
    color: white;
    font-size: 34px;
    padding: 32px 27px;
}


.pregunta {
    text-align: center;
    font-size: 43px;
    margin-bottom: 50px;
}
.respuestas label {
    display: block;
    margin-top: 24px;
}
.respuestas input {
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    top: 5px;
    left: 0px;
}

.titulo {
    position: absolute;
    top: 230px;
    left: 180px;
    background-color: #F29552;
    color: white;
    width: 1041px;
    font-size: 39px;
    padding: 6px;
    text-align: center;
    border-radius: 12px;
}

.media {
    position: absolute;
    top: 260px;
    padding: 41px;
    font-size: 22px;
    width: 100%;
    height: 318px;
}

.media img {
    margin-top: 20px;
    width: 60px;
    margin-bottom: -15px;
    transition:all 500ms ease;
    cursor:pointer;
}

.media img:hover {
	transform:scale(1.2); 
}


.media>div {
    width: 48%;
    float: left;
    text-align: center;
    margin: 11px;
}

.opc_vari>div {
    width: 29%;    float: left;    text-align: center;    
    margin: 9px;
    z-index: 1000;
}
.media>div>div {
    text-align: center;
    margin:auto;
}
.media>div label {
    display: block; 
    margin-top: 30px; 
    background-color: #F29552;
    color: white;
    width: 302px;
    height: 51px;
    font-size: 39px;

}
.media>div input {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    top: 8px;
    left: 0px;
    margin-left: 20px;
}

.rta {
    padding-left: 190px;
}

.tt_audio {
    padding: 3px 25px;
    background-color: rgb(242, 149, 82);
    max-width: 180px;
    color: white;
    font-size: 34px;
    text-align: center;
}

.malleido {
    position: absolute;
    bottom: -89px;
    left: 201px;
    z-index: 999!important;
	transition:all 300ms ease;	
}

.bienleido {
    position: absolute;    
    bottom: -93px;    
    right: 321px;
    z-index: 999!important;
	transition:all 300ms ease;	
}

.malleido img {
    width: 191px;

}
.bienleido img {
    width: 200px;
	
}
.animation{
	transition:all 300ms ease;	
}

.cur{
	transform:scale(1.3);
}

.drag>div {
    cursor: pointer;
}

.clickaqui {
    position: absolute;
    top: 617px;
    left: 514px;
    height: 38px;
    width: 172px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

div#botonera {
    z-index: 10000!important;
}

img.repite_audio {
    position: absolute;
    top: 490px;
    left: 134px;
    transition: all 300ms ease;
    cursor: pointer;
}

img.repite_audio:hover {
    transform: scale(1.2);
}