/* CSS Document */

.popconte{
	max-width: 600px;
  
	height: 410px;
  overflow: auto;
  padding: 50px;
  background-color: #FFF;
  border-radius: 8px;
  text-align: center;
  
	color: #000;
  font-size: 30px;
}

/*Video*/
.videobox {
	position: absolute;
	top: 230px;
	left: -13px;
	width: 100%;
	z-index:100;
}
.videobox video{
	position:relative;
	top: 79px;
	left: 308px;
}
.cartel {
	position: absolute;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	text-align:center;
	min-width: 200px;
	max-width: 860px;
	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 */


img.cerrar {
    position: absolute;
    top: 110px;
    left: -30px;
}

.menu {
    position: absolute;
    top: 310px;
    left: 40px;
    z-index: 10;
}

.menu div {
    background-color: rgb(112, 156, 178);
    padding: 12px  22px;
    font-size: 50px;
    display: block;
    margin-bottom: 11px;
    border: 4px solid white;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

.menu div:hover {
    background-color: rgb(4, 44, 73);
}

.pregunta {
    background-color: rgb(126, 179, 73);    
    padding: 3px 27px 8px 24px;    font-size: 50px;    display: block;        border: 4px solid white;    border-radius: 15px;    color: white;
    position: absolute;
    top: 120px;
    right: 80px;
    cursor: pointer;
}

.pregunta:hover {
    background-color: rgb(106, 153, 59);
}


audio.audiopop {
    position: absolute;
    top: 180px;
    left: 180px;
}

img.crativecommons {
    position: absolute;
    top: 670px;
    right: 50px;
    width: 60px;
}

img.crativecommons:active {
    top: 675px;
}
input[type="checkbox"]{
	height: 50px;
	width: 50px;		
	position: absolute;
}

input.cheked_1 {
    top: 487px;
    left: 530px;
}

input.cheked_2 {
    top: 487px;
    left: 757px;
}

input.cheked_3 {
    top: 487px;
    left: 954px;
}

input.cheked_4 {
    top: 487px;
    left: 1140px;
}

input.cheked_5 {
    top: 419px;
    left: 450px;
}

input.cheked_6 {
    top: 475px;
    left: 450px;
}

input.cheked_7 {
    top: 533px;
    left: 450px;
}

input.cheked_8 {
    top: 593px;
    left: 450px;
}

input.cheked_9 {
    top: 468px;
    left: 460px;
}
input.cheked_10 {
    top: 551px;
    left: 460px;
}
input.cheked_11 {
    top: 611px;
    left: 460px;
}