/* 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: 0px;
	right: -60px;
}
.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;
} 

img.ubi_1 {
    position: absolute;
    top: 270px;
    left: 160px;
    width: 370px;
}
img.ubi_2 {
    position: absolute;
    top: 270px;
    left: 540px;
    width: 370px;
}
img.ubi_3 {
    position: absolute;
    top: 270px;
    left: 920px;
    width: 370px;
}
.ubi_1:hover ,.ubi_2:hover ,.ubi_3:hover {
	transform:scale(1.2,1.2);
	z-index:1;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 30px 5px white;
	-moz-box-shadow: 1px 1px 30px 5px white;
	box-shadow: 1px 1px 30px 5px white;
}

img.per1 {
    position: absolute;
    top: 200px;
    left: 220px;
}
img.per2 {
    position: absolute;
    top: 210px;
    left: 390px;
}
img.per3 {
    position: absolute;
    top: 440px;
    left: 610px;
}
img.per4 {
    position: absolute;
    top: 280px;
    left: 920px;
}
.per1:hover,.per2:hover,.per3:hover,.per4:hover {
	transform:scale(1.2,1.2);
	z-index:1;
	cursor:pointer; 
}

img.percampo1 {
    position: absolute;
    bottom: 20px;
    left: 370px;
}
img.percampo2 {
    position: absolute;
    bottom: 0px;
    left: 900px;
}
input[type="text"] {
  width: 45px;
  height: 40px;
  font-size: 38px;
  text-align: center;
  text-transform: lowercase;
}

.uno {
    position: absolute;
    top: 220px;
    left: 799px;
}
.dos {
  position: absolute;
  top: 175px;
  left: 1169px;
  width: 48px;
  z-index: 1;
}
.tres {
  position: absolute;
  top: 408px;
  left: 1065px;
  width: 48px;
}
.cuatro {
    position: absolute;
    top: 360px;
    left: 749px;
}
.cinco {
  position: absolute;
  top: 175px;
  left: 1276px;
  width: 48px;
}
#campodeimagen p {
	font-size: 39px;
	color: rgb(255, 228, 44);	
	position:absolute;
}