img {
	max-width:100%;
	max-height:auto;
	
	}
	
	

	
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video  {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
a, a:visited {
  color: black;
}
/* @group Constants */
/* @end */
/* @group Global */
body {
  font-family: 'DinCondensedLight', 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
  font-size: 16px;
  line-height: 1;
  background-color: #111;
  color: white;
  -webkit-font-smoothing: antialiased;
}
body,
*,
a,
*:after,
*:before {
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  font-size: 0;
  line-height: 0;
}
ul > li {
  font-size: 16px;
  line-height: 1;
}
a:visited {
  color: white;
  border: none;
}
#main {
  height: 5000px;
}





/* @end */
/* @group Mixins */
.bubble {
  position: relative;
}
.bubble .bubble-bg {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  width: 120%;
  height: 120%;
  z-index: -1;
}
/* @end */
/* @group Controls */
.toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.toggle .on {
  display: none;
}
.toggle .off {
  display: inline;
}
.toggle.active .on {
  display: inline;
}
.toggle.active .off {
  display: none;
}
/* @end */
/* @group Header */


.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
  padding-top: 8px;
}
.header h1 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: -8px;
}
.header h1 a {
	margin-top: 2px;
  display: block;
  width: 0px;
  height: 0px;
  /*background: url(./images/logo_mnba.png) no-repeat;*/
}
.header h1 a .label {
  display: none;
}
.header a {
  cursor: pointer;
}
.header a:hover {
  color: #df0012;
}
.header .header-nav {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}



.header .header-nav > li.info, .header .header-nav > li.mute { /*texto titulo*/
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 34px;
}
.header .header-nav > li.info a, .header .header-nav > li.mute a {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
  text-decoration: none;
}
.header .header-nav > li.info a:hover, .header .header-nav > li.mute a:hover {
  color: white;
  text-decoration: underline;
}
.header .header-nav > li.info {
  padding-left: 5px;
 /* background: url(./images/icons/info.png) no-repeat 0 2px;*/
}
.header .header-nav > li.mute {
  padding-left: 16px;
  background: url(./images/icons/sound-off.png) no-repeat 0 3px;
}
.header .header-nav > li.mute.active {
  background: url(./images/icons/sound-on.png) no-repeat 1px 4px;
}
.header .header-nav .night .toggle a {
  z-index: 3000;
  position: fixed;
  display: block;
  width: 58px;
  height: 58px;
  top: 0px;
  right: 0px;
}
.header .header-nav .night .toggle a span {
  display: none;
}
.header .header-nav .night .toggle a.on {
  display: none;
  background-image: url(./images/buttons/tag.png);
}
.header .header-nav .night .toggle a.off {
  background-image: url(./img/buttons/nacht.png);
}
.header .header-nav .night .toggle a.on:hover {
  background-image: url(./images/buttons/tag_hover.png);
}

.header .header-nav .night .toggle.active .on {
  display: block;
}
.header .header-nav .night .toggle.active .off {
  display: none;
}
/* @end */
/* @group Street View */
.street-view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
}
.street-view > img {
  height: 100%;
}
/* @end */
/* @group Navigation */

/*NAVEGACION LATERAL*/
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  width: 50px;
}

.navigation > ul > li {
  margin-top: 30px;
  /* puts items to center */
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 38px;
  white-space: nowrap;
  -webkit-transition: top 550ms ease-in-out;
  -moz-transition: top 550ms ease-in-out;
  -o-transition: top 550ms ease-in-out;
  transition: top 550ms ease-in-out;
  width:20px;
}
.navigation > ul > li > a {
  font-family: 'DinCondensedRegular','DinCondensedRegular', 'Trebuchet MS', 'Garamond';
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding-right: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  -moz-opacity: 0;
 /* -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity = 0);*/
  
  *display: none;
  -webkit-transform: translate(-5px, 0px);
  -moz-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
   
}
.navigation > ul > li:after { /*flechita botonera lateral*/
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  left: 10px;
  top: 10px;
  vertical-align: middle;
  content: '';

  width: 25px;
  height: 30px;
  background:url(img/onda.png) center no-repeat;
  background-size:150%;
 /* border: 5px solid #FFF;*/
 /* border-right-color: #ffffff;*/
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  opacity: 0;
}
.navigation > ul > li:hover:after, .navigation > ul > li.active:after {
  top: -5px;
  width: 28px;
  height: 28px;
/*  border: 0px solid transparent;*/
   background-size:75%;
   
  /*border-right-color: #fff; */  /*c60010  --- pestaña*/
   opacity: 1;
   
}
.navigation > ul > li:hover > a, .navigation > ul > li.active > a {
  color: #fff; /*df0012 --- color mouse sobre */
}
.navigation:hover, .navigation.active {
  width: 200px;
}
.navigation:hover > ul > li, .navigation.active > ul > li {
  pointer-events: auto;
}
.navigation:hover > ul > li > a, .navigation.active > ul > li > a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity = 100);
  *display: inline;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


/* @end */




/* @group Intro */
.intro, .outro {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  width: 460px;
  height: 460px;
  left: 50%;
  top: 50%;
  margin-left: -230px;
}
.intro > .content, .outro > .content {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 28px;
  margin-top: -200px;
  padding: 90px 50px;
  text-align: center;
}
.intro > .content .bubble-bg, .outro > .content .bubble-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.intro > .content > h2, .outro > .content > h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.intro > .content > p, .outro > .content > p {
  margin-top: 1.75ex;
  margin-bottom: 1.5ex;
  line-height: 1.1;
}
.intro > .content > .hint, .outro > .content > .hint {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-transform: uppercase;
  background: url(../img/buttons/scroll_down.png) no-repeat 0 center;
  padding-left: 40px;
  border: none;
  text-decoration: none;
}
.intro > .content > .hint > .label, .outro > .content > .hint > .label {
  display: block;
  padding-top: 8px;
  padding-bottom: 5px;
}
.intro > .content > .hint.play, .outro > .content > .hint.play {
  background-image: url(./img/buttons/play.png);
  padding-left: 45px;
}
.intro > .content > .hint.scroll-down, .outro > .content > .hint.scroll-down {
  background-image: url(./img/buttons/scroll_down.png);
  padding-left: 0px;
  padding-bottom: 30px;
  background-position: center bottom;
}
.intro > .content > .hint.play:hover, .outro > .content > .hint.play:hover {
  background-image: url(./img/buttons/play_hover.png);
}
.intro > .content > .hint.back, .outro > .content > .hint.back {
  background-image: url(./img/buttons/back.png);
  padding-left: 45px;
}
.intro > .content > .hint.back:hover, .outro > .content > .hint.back:hover {
  background-image: url(./img/buttons/back_hover.png);
}
.intro > .content > .hint.scroll, .outro > .content > .hint.scroll {
  background-image: url(./img/buttons/scroll_left.png);
  padding-left: 45px;
}
.intro > .content > .hint.scroll > .label, .outro > .content > .hint.scroll > .label {
  background: url(./img/buttons/scroll_right.png) no-repeat right center;
  padding-right: 45px;
}
.intro.outro, .outro.outro {
  width: 280px;
  height: 280px;
  margin-left: -140px;
}
.intro.outro > .content, .outro.outro > .content {
  margin-top: -140px;
}



/* @end */
/* Hotspot  grupo de burbujas laterales  */


.hotspot {
  position: absolute;
 /* top: 1200px;*/
}
.hotspot.left {
  left: 200px;
}
.hotspot.right {
  right: 200px;
}
.hotspot#host {
  right: 30%;
}
/*.hotspot#zapo > .content, {
  padding-top: 154px;
}*/
.hotspot#zapo > .content,  .hotspot#bier > .content, .hotspot#zapo > .content {
  padding-top: 174px;
}
.hotspot > .content {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 300px;
	margin-top: -275px;
	text-align: center;
	padding-top: 150px; /* ubicacion top del texto burbuja s laterales sin ubicar mouse sobre*/
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
  /* The hotspot point */

}
.hotspot > .content .bubble-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
 
}
.hotspot > .content h2 {
  font-size: 28px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}


/*CONTENEDOR BOLAS CHICAS */

.hotspot .content  .description{
	margin-top:-60px;
	/*background:rgba(255,255,255,0.5);
	width: 70px;
	padding: 50px;
	border-radius:100px;
	overflow:hidden;*/
	
	}


.hotspot > .content > .description, .hotspot > .content > .links {
	
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0.5;
  filter: alpha(opacity = 0);
  *display: none;
  -webkit-transform: translate(0px, 50px);
  -moz-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hotspot > .content > .description {
  margin-bottom: 2ex;
 /* margin-top: 3ex;*/
}
.hotspot > .content > .description > p {
  margin-bottom: 1ex;
  line-height: 1.1;
}
.hotspot > .content > .links > li {
  display: block;
  margin-bottom: 1ex;
}
.hotspot > .content > .links > li > a {
  font-family: 'DinCondensedRegular', 'Trebuchet MS', 'Garamond';
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 18px;
}
.hotspot > .content > .links > li > a:hover {
  color: black;
}
.hotspot > .content > .links > li > a:hover span {
  color: black;
}
.hotspot:hover h2, .hotspot.active h2 {
  padding: 0 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hotspot:hover > .content, .hotspot.active > .content {
  width: 290px;
  height: 290px;
  padding-top: 100px; /* ubicacion texto cuando ubico mouse encima*/
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.hotspot:hover > .content > .description,
.hotspot.active > .content > .description,
.hotspot:hover > .content > .links,
.hotspot.active > .content > .links {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 0.8;
  filter: alpha(opacity = 100);
  *display: block;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translate(0px, 65px);
  -moz-transform: translate(0px, 65px);
  -ms-transform: translate(0px, 65px);
  transform: translate(0px, 65px);
}
/* @end */






/*  Subpage */

a.back-link {
  z-index: 332;
  position: fixed;
  top: 15%;
  left: 2.6%;
  width: 30px;
  height: 30px;
  background: url(./img/back.png) no-repeat center center ;
  background-size:90%;
}
a.back-link > .label {
  display: none;
}
a.back-link:hover {
  background-image: url(./img/back_hover2.png);
}
/* @end */



/* pag sola imagen*/
pag {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 200px;
  height: 200px;
  z-index: -1;
  
}



/* @end */

.overlay > img {
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}



.reproductor {
		width:37px;
		height:38px;
		 background-image: url(img/back_hover.png) no-repeat;
		}
		
.reproductor:hover {
		width:37px;
		height:38px;
		 background-image: url(img/back.png)  no-repeat;
		}
	
	
/* ____________________________________

   CONTROLADOR AUDIOS BTN
   
   _____________________________________*/	
	
	
	
	
		
button {
	
  position:relative;
  z-index:333;
  cursor : pointer ; 
  width:180px;
  height:180px;
 outline:0px;
  border: 40px solid rgba(255,255,255,0.2);
   -moz-border: 40px solid rgba(255,255,255,0.2);
  -webkit-border: 40px solid rgba(255,255,255,0.2);
  -o-border: 40px solid rgba(255,255,255,0.2);
  
  box-shadow:0px!important;
  -webkit-box-shadow:0px!important;
  -moz-box-shadow:0px !important;
  -o-box-shadow:0px!important;
  font-size: 68px !important;
  font-family: Arial, Verdana;
  padding:7px 5px -10px 5px !important;
   margin-top:-80px;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;

  color: #ccc;
  }
  
 button:hover {
	  outline:0px;
  color: #FFFFFF;
  font-size:18px;
   box-shadow:0px !important;
  -webkit-box-shadow:0px !important;
  -moz-box-shadow:0px !important;
  -o-box-shadow:0px !important;
  }
	
	
button:active {
   outline:0px; /*elimina sombra azul*/
   border:0px;
   box-shadow:0px !important;
  -webkit-box-shadow:0px !important;
  -moz-box-shadow:0px !important;
  -o-box-shadow:0px!important;
  /*background: url(img/buttons/stop.png) no-repeat;*/
  background-size:80%;
  background-position:center;

  color: #333;
  
  }
			
		
.firmaPages{
	position:fixed;
	top:96%;
	left:98%;
	width: 40px;

	
	}	
	
	
	
	
	