/* 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;
}
img.crativecommons:active {
	top: 675px;
}

img.crativecommons {
    position: absolute;
    top: 670px;
    right: 50px;
    width: 60px;
}
/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 100px;
	left: 10px;
	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;
	right: -10px;
}
.menu {
	position: absolute;
	top: 230px;
	left: 40px;
	z-index: 10;
}
.menu div {
	background-color: rgb(126, 179, 73);
	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(106, 153, 59);
}
.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;
}
.opc1 {
	position: absolute;
	top: 280px;
	left: 358px;
	background-color: transparent;
	width: 141px;
	height: 63px;
	border-radius: 10px;
	cursor: pointer;
}
.opc2 {
	position: absolute;
	top: 281px;
	left: 531px;
	background-color: transparent;
	width: 141px;
	height: 62px;
	border-radius: 10px;
	cursor: pointer;
}
.opc3 {
	position: absolute;
	top: 280px;
	left: 703px;
	background-color: transparent;
	width: 143px;
	height: 63px;
	border-radius: 11px;
	cursor: pointer;
}
.opc4 {
	position: absolute;
	top: 280px;
	left: 877px;
	background-color: transparent;
	width: 141px;
	height: 63px;
	border-radius: 8px;
	cursor: pointer;
}
.opc5 {
	position: absolute;
	top: 280px;
	left: 1049px;
	background-color: transparent;
	width: 141px;
	height: 63px;
	border-radius: 8px;
	cursor: pointer;
}
.opc1:hover, .opc2:hover, .opc3:hover, .opc4:hover, .opc5:hover {
	background-color: rgba(255, 255, 255, 0.32);
}
.opcb1 {
	position: absolute;
	top: 525px;
	left: 417px;
	background-color: transparent;
	width: 141px;
	height: 63px;
	border-radius: 10px;
	cursor: pointer;
}
.opcb2 {
	position: absolute;
	top: 526px;
	left: 620px;
	background-color: transparent;
	width: 141px;
	height: 62px;
	border-radius: 10px;
	cursor: pointer;
}
.opcb3 {
	position: absolute;
	top: 526px;
	left: 823px;
	background-color: transparent;
	width: 143px;
	height: 63px;
	border-radius: 11px;
	cursor: pointer;
}
.opcb4 {
	position: absolute;
	top: 525px;
	left: 1026px;
	background-color: transparent;
	width: 141px;
	height: 63px;
	border-radius: 8px;
	cursor: pointer;
}
.opcb1:hover, .opcb2:hover, .opcb3:hover, .opcb4:hover {
	background-color: rgba(255, 255, 255, 0.32);
}
input.p1 {
	position: absolute;
	top: 418px;
	left: 588px;
	width: 40px;
	height: 40px;
}
input.p2 {
	position: absolute;
	top: 478px;
	left: 588px;
	width: 40px;
	height: 40px;
}
input.p3 {
	position: absolute;
	top: 539px;
	left: 588px;
	width: 40px;
	height: 40px;
}


.svg {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

input#rojo {
    position: absolute;
    top: 563px;
    left: 210px;
    width: 220px;
    height: 39px;
    background-color: transparent;
    border: none;
}

input#verde {
    position: absolute;
    top: 563px;
    left: 447px;
    width: 220px;
    height: 39px;
    background-color: transparent;
    border: none;
}