/* Header común para toda la red OneSide */
@font-face {
	font-family: 'nevis';
	src: url('nevis.eot');
	src: local('nevis Bold'), local('nevis-Bold'), local('nevis'), url('nevis.ttf') format('truetype');}

html, body, h1 { margin:0; padding:0;}
#header { height:50px; background:#1a1a1a; border-bottom:4px solid #069; overflow:hidden; }
#header * { text-shadow:0px 0px 1px #1a1a1a !important; color:#aab0b3; text-decoration:none; text-transform:uppercase; font:bold 18px/16px nevis, 'Museo Sans','Lucida Grande','Lucida Sans Unicode','Lucida Sans',sans-serif;}

#header .left { float:left; margin:11px 0 0 20px; width:500px;}
#header .left h1 { float:left; width:145px; height:30px; background:url(logo.gif) top left no-repeat; overflow:hidden; text-indent:-999px; display:block; }
#header .left .headsubsec { border-left:4px solid #e5e5e5; display:inline-block; margin:0px 0px 0px 6px; padding:7px 0px 5px 10px !important;}
.headsubsec span.add { display:block; position:absolute; font-size:10px !important; margin-top:-3px;}
#header .right { float:right; margin:20px 10px 0 0; list-style:none; height:30px;}
#header .right li { display:inline-block; font-size:16px; letter-spacing:-1px; opacity:.3;}
#header li.now { opacity:1;}
#header a { padding:0 7px;}
