/* CSS Document */
html {
		height: 100%;
		overflow: hidden;
	}
body{ overflow:auto; margin:0 auto; padding:0; background:#000 ; height:100%; }


/*.cabecera{width:1201px; background:url(../images/bg_contenedor.jpg) no-repeat; height:650px; position:absolute; }*/
.contenedor{ width:1201px; height:100%; position:relative; margin:0 auto; overflow:auto;}
/*.pie{ width:1201px; position:absolute; bottom:0px; background:url(../images/pie.gif) no-repeat; height:506px;}*/
* html body {
  overflow:auto;margin:0; padding:0; background:#000; background:#000 ; height:100%;
}
#Fija {
  position:absolute;
 width:1201px; bottom:0px;/* background:url(../images/pie.gif) no-repeat; */height:506px;left:50%;
  margin:0 -600px 0 -600px ; z-index:2;text-align:center;
}
html>body #Fija {
  position:fixed;  width:1201px; bottom:0px; /*background:url(../images/pie.gif) no-repeat; */height:506px;left:50%;
  margin:0 -600px 0 -600px ; text-align:center;
}
#Todo {
  position:absolute;
  top:0;
  margin:auto;
  overflow:auto;
  width:100%; /*background:url(../images/bg_contenedor.jpg) center no-repeat;*/z-index:1; text-align:center;
}

#mapa {
  position:absolute;
  top:0px;
  left:0px;
  margin:auto;
  overflow:auto;
  height:100%;
  width:100%; z-index:99999; text-align:center;
  background:transparent;
  clear:both;
}
#fondo_mapa {
	height:100%;
	width:100%;
	background:#000;
	z-index:9;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#swf{
	position:absolute;
  top:320px;
  left:38%;
  margin:auto;
  overflow:auto;
  height:333px;
  z-index:10;
  width:601px; text-align:center;
}
html>body #Todo {
  position:static;
  top:0;
  margin:auto;
    width:100%; /*background:url(../images/bg_contenedor.jpg) center no-repeat;*/
   overflow:visible;text-align:center;
}
.flash{ width:950px; height:650px; position:absolute; left:50%; margin:0 -475px 0 -475px; overflow:hidden;}
.pie{ position:absolute; top:650px; margin:auto; width:100%; background:url(../images/bg_pie.jpg) center no-repeat; height:253px;}
html>body .pie{ position:static; top:650px; margin:auto; width:100%; background:url(../images/bg_pie.jpg) center no-repeat; height:253px;}
html>body #sup{ min-height:768px;}
