@charset "utf-8";
/* CSS Document */


@font-face {
 font-family: futurabook;
 src: url(../fonts/futurabook.ttf);
 font-weight:400;
}
@font-face {
 font-family: NeutraText-LightSC;
 src: url(../fonts/NeutraText-LightSC.otf);
 font-weight:400;
}
 @font-face {
 font-family:;
 src: url(../fonts/futurahi-webfont.eot);
 font-weight:400;
}
 @font-face {
 font-family:;
 src: url(../fonts/futurahi-webfont.eot);
 font-weight:400;
}
/*------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	font-family: "arial_narrowregular", Courier, monospace;
	font-size:16px;
	color:#000;
	background-color:#fff;
}
img {
	max-width:100%;
}
/*--------------------HEADER-----------------------*/
.content {
	position:absolute;
	height:100%;
	width:100%;
	display: block;
	text-align:center;
}
.menu {
	position:fixed;
	display:block;
	width:100%;
	height:110px;
	margin-top:0;
	text-align:center;
	background-color:#fff;
	z-index:3000;
	margin-left: auto;
	margin-right: auto;
}
.menuEL {
	position:relative;
	width:1200px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-150px;
	color:#000;
	z-index:20;
}
.logo {
	position:fixed;
	display:block;
	width:100%;
	height:10px;
	top:-200;
	text-align:center;
	z-index:2500;
	background-color:#39C;
}

.logo2 {
	position:relative;
	width:1200px;
	height:150px;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	text-align:center;
	min-width:600px;
	z-index:10;
}
#menu1 {
	float:left;
	width:220px;
	height:25px;
	overflow: visible;
	text-align:center;
	margin-left:80px;
}
#menu2 {
	float:left;
	width:230px;
	height:25px;
	overflow: visible;
	text-align:center;
	padding-right:70px;
}
#menu3 {
	float:left;
	width:230px;
	height:25px;
	overflow: visible;
	text-align:center;
	padding-left:70px;
}
#menu4 {
	float:left;
	width:170px;
	height:25px;
	overflow: visible;
	text-align:center;
}

a.linkmenu {
	font-size:17px;
	letter-spacing:3px;
	font-family:"NeutraText-LightSC", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color:black;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .50);
	text-decoration:none;
}
a.linkmenu:hover {
	color: #2f2f2f;
}
a.facebook {
	width:25px;
	height:25px;
	position:absolute;
	top:15px;
	right:50%;
	margin-right:-520px;
	z-index:10;
	background: url(../images/large/Facebook.png) no-repeat;
}
a.twitter {
	width:25px;
	height:25px;
	position:absolute;
	top:50px;
	right:50%;
	margin-right:-520px;
	z-index:10;
	background: url(../images/large/Twitter.png) no-repeat;
}
/*----------------CONTENIDO-------------------------------*/

.contenido {
	position:absolute;
	width:1200px;
	z-index:200;
	right:50%;
	margin-right:-620px;
	top:-40px;
	visibility:hidden;
}
.contenido2 {
	position:absolute;
	width:1200px;
	z-index:200;
	right:50%;
	margin-right:-580px;
	top:190px;
	visibility:hidden;
}
.contenido3 {
	position:absolute;
	width:1200px;
	z-index:200;
	right:50%;
	margin-right:-580px;
	top:250px;
	visibility:hidden;
	text-align:left;
}
.contenido4 {
	position:absolute;
	width:1200px;
	height:1100px;
	z-index:200;
	right:50%;
	margin-right:-555px;
	top:0px;
	visibility:hidden;
	text-align:left;
}
/*-*/
.elAudio {
	position:relative;
	width:1200px;
	height:25px;	
	text-align:center;
	
	
}

audio {
 
 width: 300px;
 height: 15px;

 margin-top:50px;
	padding-top:150px;

 

 
}