@font-face {
	font-family: 'Myriad-Pro-Bold';
	src:url(../fonts/myriad-pro-bold.eot);/* IE */  
	src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.ttf) format('truetype'); /* non-IE */
	src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.woff) format('woff'); /* Modern Browsers */
}

@font-face {
  font-family: 'Myriad-Pro';
  src:url(../fonts/MYRIADPROREGULAR.eot);/* IE */  
  src: local('Myriad-Pro'), url(../fonts/MYRIADPROREGULAR.ttf) format('truetype'); /* non-IE */
  src: local('Myriad-Pro'), url(../fonts/MYRIADPROREGULAR.woff) format('woff'); /* Modern Browsers */
}

select{
    margin-left: 4px;
  width: 46px;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #E2CDC7 ;
  text-indent: 0.01px;
  text-overflow: "";
  font-weight: bold;
  font-size: 35px;
  color: #FF0000;
  border-radius: 2px 0;
  padding-left: 12px;
  padding-bottom: 4px;
  box-shadow: inset 0 0 2px rgba(000,000,000, 0.5);
  cursor: pointer;
}

select:hover{
  background-color: #ddd;
}

.amplia{
  -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

.ocultar{
  display: none !important;
}

.mostrar{
  display: block !important;
}

.tituloPagina{
	background: #F00;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 940px;
  height: 50px;
  position: absolute;
  top: 110px;
  left: 200px;
}

.textoTituloPagina{
	font-family: Myriad-Pro-Bold, sans-serif;
	font-size: 26pt;
  color: #FFF;
  text-align: center;
  margin-top: 3px;
}

.boton{
  background: -webkit-linear-gradient(#009245, #006837); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#009245, #006837); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#009245, #006837); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#009245, #006837); /* Standard syntax (must be last) */
    border-bottom:solid #002814 5px;
    border-radius: 10px;
    width: 248px;
  height: 90px;
  margin-left: 36px;
  float: left;
    cursor: pointer;
}

.boton:active{
  border-bottom: none;
  margin-top: 3px;
}

.botonActivo{
  background: #FE9B11;
  border-bottom: solid #BC4D0F 5px;
}

.contenidoInfo{
    width: 1093px;
  height: 400px;
  margin: 133px 39px;
  display: none;
}

.textoContenidoInfo{
    font-family: Myriad-Pro, sans-serif;
  font-size: 21pt;
  margin-top: 10px;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
}

.caja{
  background: #E6E6E6;
  border-radius: 10px;
    width: 350px;
  height: 230px;
}

.botonActividad{
  background: #F7931E;
  border-bottom: solid #F15A24 5px;
  border-radius: 10px;
    width: 260px;
  height: 54px;
  position: absolute;
  top: 670px;
  left: 547px;
  cursor: pointer;
}

.botonActividad:active{
  border-bottom: none;
  margin: 3px 3px;
}


#btnArhuaco{
	background: url(../img/L_G05_U04_L03_03_01_BTNARHUACO.png) no-repeat;
	background-size: 100%;
	  width: 291px;
  height: 49px;
  position: absolute;
  top: 290px;
  right: 738px;
	cursor: pointer;
}

#btnImgArhuaco{
	background: url(../img/L_G05_U04_L03_03_01_ARHUACO.png) no-repeat;
	background-size: 100%;
	width: 105px;
  height: 177px;
  position: absolute;
  top: 210px;
  left: 583px;
	cursor: pointer;
}


#btnKuiba{
	background: url(../img/L_G05_U04_L03_03_01_BTNKUIBA.png) no-repeat;
	background-size: 100%;
	  width: 291px;
  height: 49px;
	position: absolute;
	  top: 391px;
  left: 882px;
	cursor: pointer;
}

#btnImgKuiba{
	background: url(../img/L_G05_U04_L03_03_01_KUIBA.png) no-repeat;
	background-size: 100%;
	width: 100px;
  height: 199px;
  position: absolute;
  top: 349px;
  left: 813px;
	cursor: pointer;
}


#btnNasa{
	background: url(../img/L_G05_U04_L03_03_01_BTNNASA.png) no-repeat;
	background-size: 100%;
	  width: 291px;
  height: 49px;
	position: absolute;
	  top: 502px;
  left: 226px;
	cursor: pointer;
}

#btnImgNasa{
	background: url(../img/L_G05_U04_L03_03_01_NASA.png) no-repeat;
	background-size: 100%;
	width: 90px;
  height: 184px;
  position: absolute;
  top: 411px;
  left: 467px;
	cursor: pointer;
}


#btnInfo{
	background:url(../img/L_G05_U04_L03_BTNINFO.png) no-repeat;
	background-size:100%;
	  width: 70px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  left: 140px;
	cursor:pointer;
}

#btnInfo:active{
  margin:-5px 5px;
}

#btnInstru{
	background:url(../img/L_G05_U04_L03_BTNINSTRU.png) no-repeat;
	background-size:100%;
	  width: 70px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  left: 50px;
	cursor:pointer;
}

#btnInstru:active{
  margin:-5px 5px;
}

.btnMapa{
  background: url(../img/L_G05_U04_L03_03_01_BTNMAPA.png) no-repeat;
  background-size: 100%;
  width: 110px;
  height: 147px;
  position: absolute;
  bottom: 14px;
  right: 16px;
  cursor: pointer;
}

.btnMapa:active{
  -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
}

.tooltip {
    outline: none;
    text-decoration: none;
    /*border-bottom: dotted 1px blue;*/
    position: relative;
}

.tooltip strong {
    line-height: 30px;
}

.tooltip > span {
    width: 150px;
    padding: 10px 20px;
    margin-top: 10;
    margin-left: -140px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: Arial;
    font-size: 22px;
    text-align: center;
    font-style: normal;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function:
        ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

/*a.tooltip > span:hover,*/
.tooltip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 60px;
    display: inline;
    margin-left: 0px;
}

.tooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    display: none\0/;
    *display: none;
}

.tooltip > span {
	color: #FFFFFF;
  background: #006837;
  background: -webkit-linear-gradient(top, #006837, #006837);
  background: linear-gradient(top, #FF6600, #FF6600);
  border: 1px solid #043F21;
}

.tooltip span b {
	  background: #006837;
  border-top: 1px solid #006837;
  border-right: 1px solid #006837;
}