@charset "UTF-8";

html {min-height: 101%;}

body {
	width:100%;
	height:760px;
	position:absolute;
	margin: 0 auto;
	background: #000000 url("../images/bkg.jpg") no-repeat center top;
}
#global {
	width: 760px;
	margin: 0 auto;
}

/* menu */
#menu {
	width: 650px;
	float: left;
	margin: 12px 0 0 100px;
	font-weight: normal;
	height: 35px;
}
#anima {
	color: #FFFFFF;
	width: 640px;
	float: left;
	margin: 5px 0 0 110px;
	height: 185px;
}
#menu h1 {
	font-family: Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight:normal;
	}
	
	#menu h1 a:link, #menu h1 a:active, #menu h1 a:visited {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		}
			
	#menu h1 a:hover {
		text-decoration:underline;
		}	
/* fecha menu */

#menu-lateral {
	font-family: Times, serif;
	margin: 0 0 0 6px;
	width: 150px;
	float: left;
}

#menu-lateral h1 {
	font-size: 21px;
	color: #993300;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 20px;
}

#menu-lateral h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#menu-lateral li {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	list-style:none;
	line-height: 20px;
	}
	
	#menu-lateral li a:link, #menu-lateral li a:active, #menu-lateral li a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/seta.gif) no-repeat 0 50% transparent;
	padding: 0 0 0 20px;
		}
		
	#menu-lateral li a:hover {
	font-weight:bold;
	background: url(../images/seta_up.gif) no-repeat 0 50% transparent;
	padding: 0 0 0 23px;
		}	

#principal {
	font: Times, serif;
	width: 580px;
	float: left;
	height: 300px;
	}
	
	#principal a:link, #principal a:active, #principal a:visited {
	color: #A14314;
	text-decoration: none;
	font-weight: normal;
		}
		
	#principal a:hover {
		font-weight:bold;
		text-decoration:underline;
		}	
	
	#principal h1{
	font-size: 21px;
	color: #993300;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
		}
	#principal h2{
	font-size: 16px;
	color: #993300;
	font-weight: normal;
		}
	#principal h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
		}
#principal h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}


#principal #banners {
	float: left;
	width: 184px;
	height: 80px;
	padding: 0 4px;
}

#principal #wallpaper {
	float: left;
	width: 560px;
	padding-bottom: 10px;
}

#principal #wallpaper-linhas {
	float: left;
	width: 96px;
	height: 77px;
	border: 1px solid #CCCCCC;
	margin: 0 16px;
}

#principal #redes {
	float: left;
	width: 96px;
	height: 77px;
	margin: 0 16px;
}

#principal #papertoy {
	float: left;
	width: 200px;
	height: 185px;
	border: 1px solid #CCCCCC;
	margin: 20px 30px 0;
}

#principal #poster {
	float: left;
	width: 560px;
	padding-bottom: 20px;
}

#principal #poster-linhas {
	float: left;
	width: 109px;
	height: 155px;
	border: 1px solid #CCCCCC;
	margin: 20px 30px 0;
}

#rodape {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	width: 760px;
	padding: 40px 0 0 0;
}
	#rodape a:link, #rodape a:active, #rodape a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
	
	#rodape a:hover{
		color: #FFFFFF;
		text-decoration:underline;
		}

.texto_conteudo 
			{ font-family:Georgia, "Times New Roman", Times, serif; 
			font-size:12px;
			color:#999;
			}
