@charset "utf-8";
/* CSS Document */

.opciones{
	position: absolute;
	top: 114px;
	left: 24px;
	width: 1306px;
	height: 422px;
	display:none;
	z-index:1;
}

.p:hover{
	cursor:pointer;
	opacity: 0.7; 
}

.push img:hover{
position: relative; 
top: 1px; 
left: 1px;}

.info{
	width: 1020px;
  height: 448px;
  top: 56px;
  position: absolute;
  left: 70px;
}

.divInfo{
	width: 1150px;
  height: 600px;
  position: absolute;
  top: 109px;
  left: 103px;
  display: none;
  z-index: 100;
}

.imagenPreguntas{
	left: 90px; 
	top: 61px; 
	width: 250px; 
	height: 310px; 
	position: absolute;
}

#btnInstr{
	background:url(../img/L_G04_U03_L03_03_02_BTNINSTR.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;
	border-top-left-radius: 20%;
	cursor:pointer;
}

#btnAtras{
	background:url(../img/L_G04_U03_L03_03_02_BTNATRAS.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;	
	cursor:pointer;
}

#btnEmpezar{
	background-color: #021D2D;
    width:120px; 
	height: 81px;
	float:left;	
	cursor:pointer;
}

#btnAdelante{
	background:url(../img/L_G04_U03_L03_03_02_BTNADELANTE.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;	
	cursor:pointer;
	margin-left: 2px;
}

#btnInfo{
	background:url(../img/L_G04_U03_L03_03_02_BTNINFO.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;	
	cursor:pointer;
	border-top-right-radius: 20%;
}

#btnAtrasInfo{
	background:url(../img/L_G04_U03_L03_03_02_BTNATRAS.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 82px;
	float:left;	
	border-top-left-radius: 20%;
	cursor:pointer;
}

#btnAdelanteInfo{
	background:url(../img/L_G04_U03_L03_03_02_BTNADELANTE.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 82px;
	float:left;	
	border-top-right-radius: 20%;
	cursor:pointer;
}

.btnMenu:active{
	position:relative;
	top: 2px;
	border:none;
}

.btnMenu{
	border-bottom:3px solid #042133;
	cursor:pointer;
}