@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url('fuentes/yanonekaffeesatz-regular-webfont.eot');
    src: url('fuentes/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('fuentes/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('fuentes/yanonekaffeesatz-regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body 
{
	height:100%; 
	background-color: #000000;
}
body { margin:0; padding:0; overflow:hidden; }
#flashContent { 
	width:100%; 
	height:600px; 
	margin:auto ;
	position:fixed; 
	bottom:0px;
	z-index: 50;}
	
#flashContent #container{
	width:980px;
	margin:auto;
	position: relative;

}
#redes{
	position: absolute;
	top:10px;
	left: 50px;
	background-color: #e9fbfd;
	padding: 5px 10px;
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
	 box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);

}
#redes a, #redes img{border:0px;}

#menuFlotante{
	height:208px;
	width:100%;
	margin:auto;
	position: fixed;
	bottom: 0;
	left:0px;
	z-index: 99;
}

#menuFlotante #container
{
	bottom:5px;
	background-image:url(../images/fondoMenu.png);
	background-position:center bottom;
	display:block;
	margin:0px;
	height:208px;

}
#menuFlotante #container #menu{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	padding-top:180px;
	}

#menuFlotante #container #menu a
{
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size:18px;
	padding:5px 37px 5px 37px;
	margin:0px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/separadorMenu.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#menuFlotante #container #menu a:hover
{
	color:#000000;
}
#menuFlotante #container #menu a.menuUltimo
{
	background-image:none;
}
