/*GERAL*/
* {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#fff;
}
body {
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
}
#topo {
	background-image:url(img/topo.gif);
	background-repeat:no-repeat;
	width:750px;
	height:31px;
}
#topo a {
	height:31px;
	width:300px;
	display:block;
}
h1 {
	display:none;
}
#info {
	height:459px;
	width:750px;
	float:left;
	position:relative;
}
h2 a {
	display:block;
	width:504px;
	height:65px;
	margin:14px 0 0 0;
	text-indent:-5000px;
}
h3 {
	height:45px;
	margin:0 0 10px 16px;
	background-repeat:no-repeat;
	text-indent:-5000px;
}
p {
	margin:0 28px;
}
#rodape {
	float:left;
	text-indent:-5000px;
	width:750px;
	height:20px;
	background-image:url(img/rodape.gif);
}

/*MENU*/
ul {
	width:730px;
	height:51px;
	background-image:url(img/bg_menu.jpg);
	margin:10px 0 0 10px;
}
li {
	float:left;
}
li a {
	display:block;
	height:51px;
	background-position:0 0;
	margin:0 0 0 4px;
}
li a:hover, li.s a {
	background-position:0 -51px;
}
li#apresentacao a { background-image:url(img/aba_apresentacao.gif); width:131px; margin-left:6px; }
li#linhadotempo a { background-image:url(img/aba_linhadotempo.gif); width:141px; }
li#brinquedosetv a { background-image:url(img/aba_brinquedosetv.gif); width:146px; }
li#comics a { background-image:url(img/aba_comics.gif); width:78px; }
li#historia a { background-image:url(img/aba_historia.gif); width:79px; }
li#personagens a { background-image:url(img/aba_personagens.gif); width:123px; }

/*TITULOS*/
.apresentacao h3 { background-image:url(img/h3_apresentacao.gif) }
.linhadotempo h3 { background-image:url(img/h3_linhadotempo.gif) }
.brinquedosetv h3 { background-image:url(img/h3_brinquedosetv.gif) }
.comics h3 { background-image:url(img/h3_comics.gif) }
.historia h3 { background-image:url(img/h3_historia.gif) }
.personagens h3 { background-image:url(img/h3_personagens.gif) }
.herois h3 { background-image:url(img/h3_personagens_herois.gif) }
.viloes h3 { background-image:url(img/h3_personagens_viloes.gif) }

/*ESPECIFICOS PARA CADA PAGINA*/
.apresentacao p {
	width:510px;
}
.ilustracao02 {
	position:absolute;
	left:12px; 
	bottom:12px; _bottom:11px;
}
.ilustracao01 {
	position:absolute;
	right:12px;
	bottom:12px; _bottom:11px;
}
.linhadotempo p {
	width:350px;
}
.linhadotempo .ilustracao01 {
	position:absolute;
	left:13px;
	top:181px;
}
.brinquedosetv p {
	width:450px;
}
.comics p {
	width:400px;
}
.historia p {
	width:400px;
}
.personagens p {
	width:440px;
}
.viloes p {
	width:500px;
}
span {
	display:block;
	margin:8px 0 0 0;
}
