/**{
	margin:0;
	padding:0;
}


body{
	background:#000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
	text-transform:uppercase;
	overflow-x:hidden;
}*/

/*MENU NUEVO*/
/*#header {
	font-family:  Arial, Helvetica, sans-serif;
	width:100%;
	height: 50px;
	z-index: 400000;
	text-align: center;
	position:relative;
	/* [disabled]background: #000; 
	margin:auto;
}

#logo{
	left:0px;
	top:0px;
	position:relative;
	width:250px;
	height: 40px;
	z-index: 400;
	margin: 0px auto 0px 90px;
}*/


@font-face {
	font-family: GothaBoo;
	src: url('fonts/Gotham-Book.otf');
}


@font-face {
	font-family: Gotham-Bold;
	font-weight: bold;
	src: url('fonts/Gotham-Bold.otf');
}

@font-face {
	font-family: GothamLight;
	src: url('fonts/Gotham-Light.otf');
}


/*MENU NUEVO*/


.oe_overlay{
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	margin:auto;
	margin-top:7px;
	float:left;
	clear:both;
	height:30px;
	width:690px;
	font-family:GothaBoo, Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	cursor: pointer;
	padding-left:10px;
    vertical-align:middle;
	
	
}
ul.oe_menu > li{
	width:auto;
	height:30px;
	
	padding:0px 10px 2px 2px;	
	float:left;
	position:relative;
	
}
ul.oe_menu > li > a{
	display:block;
	/* [disabled]background-color:#101010; */
	color:#707073;
	text-decoration:none;
	font-weight:100;
	font-size:11px;
	width:auto;
	height:30px;
	padding:5px 2px 0px 2px;
	margin:0px;
	/*text-shadow:0px 0px 1px #000;
	opacity:0.8;*/
	text-align: center;
	min-width: 30px;
	font-family: GothaBoo, Arial, Helvetica, sans-serif;
	/* [disabled]bottom: 3px; */
	text-transform: uppercase;
	font-stretch:condensed;
	
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:transparent;
	color:#bad047;
	opacity:1.0;
}
.oe_wrapper ul.hovered > li > a{
	/* [disabled]background:#fff; 
	text-shadow:0px 0px 1px #333;*/
	
}

/*desplegable fondo*/
ul.oe_menu div{
	position:absolute;
	top:24px;
	left:0px;
	width:170px;
	height:auto;
	padding:0px 0px 5px 0px;
	display:none;
	text-align: left;
	background-color:#CCC;
	opacity:.9;
}

/*desplegable texto*/
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#707073;
	padding:2px 2px 2px 2px;
	margin:2px;
	display:block;
	font-size:12px;
	font-family: GothaBoo, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height: 12px;
	
	
}
ul.oe_menu div ul.oe_full{
	width:100%;
	
}
ul.oe_menu div ul li a:hover{
	background:#bad047;
	color:#fff;
	
}
ul.oe_menu li ul{
	list-style:none;
	margin:0px 10px 0px 10px;
	padding:0px;
	float:left;
	width: 145px;
	margin-right:10px;
}
li.oe_heading{
	color:#707073;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
	padding-left:0px;
}


/* ESTILOS ORIGINALMENTE DEL HTML */

		span.reference{
				position:fixed;
				left:0px;
				bottom:0px;
				background:#000;
				width:100%;
				font-size:10px;
				line-height:20px;
				text-align:right;
				height:20px;
				-moz-box-shadow:-1px 0px 10px #000;
				-webkit-box-shadow:-1px 0px 10px #000;
				box-shadow:-1px 0px 10px #000;
			}
			span.reference a{
				color:#aaa;
				text-transform:uppercase;
				text-decoration:none;
				margin-right:10px;
				
			}
			span.reference a:hover{
				color:#ddd;
			}
			.bg_img img{
				width:100%;
				position:fixed;
				top:0px;
				left:0px;
				z-index:-1;
			}
			h1{
				font-size:75px;
				text-align:right;
				position:absolute;
				right:40px;
				top:20px;
				font-weight:normal;
				/*text-shadow:  0 0 3px #0096ff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ff, 0 0 70px #0096ff, 0 0 80px #0096ff, 0 0 100px #0096ff, 0 0 150px #0096ff;
			*/}
			h1 span{
				display:block;
				font-size:15px;
				font-weight:bold;
			}
			h2{
				position:absolute;
				top:220px;
				left:10px;
				font-size:40px;
				font-weight:normal;
				/*text-shadow:  0 0 3px #f6ff00, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #f6ff00, 0 0 70px #f6ff00, 0 0 80px #f6ff00, 0 0 100px #f6ff00, 0 0 150px #f6ff00;
*/}
