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;
}
img.cc {
	position: absolute;
	bottom: 22px;
	left: 30px;
	cursor: pointer;
	width: 61px;
}
img.rp {
	position: absolute;
	top: 300px;
	left: 0px;
	right: 0px;
	cursor: pointer;
	margin: auto;
	display: none;
	z-index: 1;
}
img.rp:active {
	transform: scale(0.9);
}
img.rp:hover {
	transform: scale(1.1);
}
.cc1 {
	width: 500px;
	height: 470px;
	padding: 50px;
	background-color: #4A8DAE;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	overflow: auto;
	word-break: break-all;
}
.normas {
	position: absolute;
	top: 140px;
	right: 280px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
}
.normas:hover, .actvi:hover {
	transform: scale(1.1);
}
.normas:active, .actvi:active {
	transform: scale(0.9);
}
.actvi {
	position: absolute;
	top: 140px;
	right: 61px;
	background-color: rgb(229, 29, 147);
	padding: 10px 43px;
	font-size: 28px;
	color: white;
	border-radius: 13px;
	cursor: pointer;
}
.actvi.atv {
	background-color: rgb(158, 0, 93);
} 
 
/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 310px;
	left: 10px;
	width: 100%;
	z-index:100;
}
.videobox video{
	position:relative;
	top: 1px;
	left: 358px;
	width: 627px;
}
.cartel {
	position: absolute;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	left:0;
	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;
}

.elementos {
    position: absolute;
    top: 270px;
    left: 660px;
}

.elementos div {
    font-size: 42px;
    display: block;
    margin: 10px;
    padding: 11px 62px;
    text-align: center;
    color: white;
    background-color: rgb(247, 127, 26);
    border-radius: 16px;
    transition: all 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.elementos div:hover {
    background-color: rgb(228, 108, 7);
    transform: scale(1.2);
}

.rango {
    position: absolute;
    background-color: rgb(0, 121, 194);
    padding: 17px 21px 11px 22px;
    border-radius: 11px;
    transform: rotate(-90deg);
}

.el1 {
    top: 531px;
    left: 263px;
}
.el2 {
    top: 539px;
    left: 938px;
}
.el3 {
    top: 319px;
    left: 488px;
}

img.sou1 {
    width: 51px;
    position: absolute;
    top: 650px;
    left: 324px;
}
img.sou2 {
    width: 51px;
    position: absolute;
    top: 658px;
    left: 998px;
}
img.sou3 {
    width: 51px;
    position: absolute;
    top: 438px;
    left: 548px;
}
img.sou4 {
    width: 81px;
    position: absolute;
    top: 287px;
    left: 648px;
	animation: crece 500ms ease infinite alternate;
    cursor: pointer;
}
@keyframes crece{
	from {
		transform:scale(1);
	}
	to{
		transform:scale(1.2);
	}	 
}

.menu {
    position: absolute;
    top: 210px;
    right: 153px;
    visibility: visible;
    border: none;
}

.menu div:hover {
    transform: scale(1.2);
}

.menu div {
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.tab1 {
    height: 389px;
    width: 856px;
    position: absolute;
    top: 281px;
    left: 410px;
}
input[type=checkbox]{
	width: 60px;
	height: 61px;	
	position: absolute;
}

input.inp1 {
    top: 320px;
    left: 610px;
}

input.inp2 {
    top: 320px;    
    left: 1199px;
}
input.inp11 {
    top: 320px;
    left: 520px;
}

input.inp22 {
    top: 320px;    
    left: 1149px;
}

input.inp3 {
    top: 480px;
    left: 150px;
}

input.inp4 {
    top: 480px;    
    left: 470px;
}
input.inp5 {
    top: 480px;
    left: 796px;
}

input.inp6 {
    top: 480px;    
    left: 1129px;
}

.fila div {
    font-size: 33px;
    display: inline-block;
    padding: 12px 23px;
    margin: 12px 5px;
    border-radius: 15px;
    transition: all ease 300ms;
    cursor: pointer;
    z-index: 1000;
}

.fila div:hover {
    transform: scale(1.2);
}

.opcion1 {
    background-color: rgb(255, 202, 142);
}

.opcion2 {
    background-color: rgb(255, 77, 77);
}

.opcion3 {
    background-color: rgb(43, 155, 43);
}

.preguntas {
    position: absolute;
    top: 214px;
    left: 670px;
}