@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body { 
	font: 14px Georgia, serif;
	/*background: #333;*/
	background-color:#000;
	color: #eee;
	}

#main{
		/*background-color:#141414;*/
		background-color:#000;
		width:700px;
		position:absolute;
		margin-left:-350px;
		left:50%;
		height:auto;
	}
#header {
		width:700px;
		height:287px;
		background-image:url(poster.jpg);
	}
	
.nav-wrap { margin: 0px auto;  background-color: rgba(0,0,0,0.6); border-top: 2px solid white; border-bottom: 2px solid white; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#menu { margin: 0 auto; list-style: none; position: relative; width: 700px; }
#menu li { display: inline; }
#menu li a { color: #bbb; font-size: 14px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
#menu li a:hover { color: white; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #fe4902; }

#texto{
		padding-left:5px;
		padding-right:5px;
		padding-top:10px;
		padding-bottom:10px;
	}
.titulo{
		font-size:16px;
		font-weight:bold;
	}
#texto a{color: #eee;}

.largetxt{
	font-size:16px;
	}
