@charset "utf-8";
/* CSS Document */

.info{
	position: absolute;
  top: 187px;
  left: 479px;
  width: 802px;
  height: 500px;
  display:none;
}

.opciones{
  background-color: #B9F4A8;
  width: 370px;
  height: 77px;
  border-bottom: solid #237C0A 5px;
  cursor: pointer;
  margin-top: -21px;
  margin-left: 4px;
  border-radius: 9px;
}

.opcionesActivo{
  background-color: #FFF;
}

.opciones:hover{
	background: #FFF;
}

.textoInfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22pt;
  color: #AC0DD3;
  text-align: justify;
  font-weight: bold;
}

.textoOpcion{
	font-family: Tahoma, Geneva, sans-serif;
  font-size: 23pt;
  font-weight: bold;
  color: #237C0A;
  margin-left: 13px;
  padding-top: 18px;
}

#btnInstr{
	background:url(../img/L_G04_U03_L07_03_02_INSTRU.png) no-repeat;
	  background-size: 74%;
  width: 80px;
  height: 85px;
  position:absolute;
    bottom: -3px;
  left: 714px;
	cursor:pointer;
}

#btnInstr:active{
	background:url(../img/L_G04_U03_L07_03_02_INSTRUOFF.png) no-repeat;
	  background-size: 74%;
  width: 80px;
  height: 85px;
  position:absolute;
    bottom: -5px;
}

