@charset "UTF-8";
html {
	background-color:#7ACEE9;
	width:100%;
	height:100%;
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0px;
	width:100%;
}
div#fundo {
	display:none;
	display:block\9;
	width:100%;
	left:0px;
	position:absolute;
	bottom:0px;
	z-index:-3;
}
div#fotos {
	display:none;
	display:block\9;
	width:100%;
	left:0px;
	position:absolute;
	top:87px;
	z-index:-2;
}
div#titulo {
	display:none;
	display:block\9;
	position:absolute;
	width:100%;
	right:0px;
	top:15%;
}
div#titulo img	 {
	width:40%;
	float:right;
	clear:both;
}
div#menu {
	position:absolute;
	right:2%;
	bottom:20px;
	width:912px;
}
div#menu a {
	float:left;
	display:none;
	display:block\9;
	height:52px;
	background:url(../img/menu3.png) no-repeat transparent;
}
div#menu a#trailer { background-position: 0px 5px; width:110px; }
div#menu a#trailer:hover { background-position: 0px -50px; }
div#menu a#sinopse { background-position: -124px 5px; width:102px; }
div#menu a#sinopse:hover { background-position: -124px -50px; }
div#menu a#elenco { background-position: -242px 5px; width:98px; }
div#menu a#elenco:hover { background-position: -242px -50px; }
div#menu a#ficha { background-position: -352px 5px; width:180px; }
div#menu a#ficha:hover { background-position: -352px -50px; }
div#menu a#fotos { background-position: -545px 5px; width:86px; }
div#menu a#fotos:hover { background-position: -545px -50px; }
div#menu a#twitter { background-position: -645px 5px; width:54px; }
div#menu a#twitter:hover { background-position: -645px -50px; }
div#menu a#facebook { background-position: -710px 5px; width:54px; }
div#menu a#facebook:hover { background-position: -710px -50px; }
div#menu #audio {
	width:52px;
	height:52px;
	float:left;
	display:none;
	background:url(../img/menu3.png) -787px 50px no-repeat transparent;
}
div#menu a#personagens { background-position: -838px 5px; width: 176px; }
div#menu a#personagens:hover { background-position: -838px -50px; }

div#conteudo {
	position:absolute;
	z-index:-1;
	display:none;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
div#titulo div {
	position:absolute;
	line-height:2em;
	width:50%;
	margin:10px 5%;
	display:none;
	padding:10px;
	text-shadow:0px 0px 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
}
div#titulo div a img {
	width:20%;
	max-width:120px;
	float:left;
	margin:4px;
	border:2px solid #fff;
	clear:none;
}
div#titulo div a img:hover {
	border:6px solid #fff;
	margin:0px;
}
div#titulo div h1 {
	height:20px;
	margin:4px 0px;
	background:url(../img/titulos.png) no-repeat transparent;
}
div#titulo div#divtrailer {
	text-align:center;
}
div#titulo div#divtrailer h1 {
	background-position:left 0px;
}

div#titulo div#divtrailer a img.trailer	 {
	width:98%;
	max-width:1000px;
}
div#titulo div#divtrailer img.botao	 {
	width:auto;
	float:none;
	max-width:1000px;
}
div#titulo div#divsinopse h1 {
	background-position:left -22px;
}
div#titulo div#divpersonagens h1 {
	background-position:left -110px;
}
div#titulo div#divpersonagens img {
	width:100px;
	float:none;
	text-align:left;
	margin:4px;
	border:2px solid #fff;
}
div#titulo div#divpersonagens img:hover {
	border:6px solid #fff;
	margin:0px;
}
div#titulo div#divelenco h1 {
	background-position:left -44px;
}
div#titulo div#divficha h1 {
	background-position:left -66px;
}
div#titulo div#divfotos h1 {
	background-position:left -88px;
}
div#titulo div#divficha, div#titulo div#divelenco {
	font-size:0.8em;
	line-height:18px;
}
p.frase {
	font-size:12px;
	font-style:italic;
	text-align:center;
	line-height:14px;
	color:#FC0;
	margin: 0px;
}
span.funcao {
	float:left;
	width:48%;
	text-align:right;
	clear:right;
	margin-top: -3px;
}
span.nome {
	float:right;
	width:48%;
	text-align:left;
	margin-top: -3px;

}
iframe {z-index:999;}

div#billing {
	position:absolute;
	width:100%;
	height:0px;
	left:0px;
	background:url(../img/billing.jpg) center center no-repeat #000;
	 bottom: -68px;
}
