@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	} 

body{
	margin:0;
	background-image:url(../imagens/bg.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	padding:0;
	height:100%;
	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	} 
	
#tudo{
	width:980px;
	min-height:100%;
	text-align:left;
	margin:0 auto;
	margin-top:0px;
	}
	
#menu{
	width:980px;
	height:30px;
	background-color:#030;
	color:#FFFFFF;
	text-align:right;
	}
	
#menu td{
	width:120px;
	height:30px;
	color:#FFF;
	background-color:#008F3D;
	text-align:center;
	font-weight:900;
	}

#menu td:hover{
	background-color:#FFFF00;
	}
	
#menu td:hover a{	
	color:#008F3D; 
	}
	
#menu a{
	text-decoration:none;
	color:#fff;
	}

#topo{
	width:980px;
	height:164px;
	background-color:#093;
	background-image:url(../imagens/topo.jpg);
	background-repeat:no-repeat;
	} 
	
#aux{
	height:30px;
	}
	
#conteudo{
	width:980px;
	min-height:100%;
	position:absolute;
	padding-bottom:30px;
	background-color:#fff;
	background-image:url(../imagens/conteudo.jpg);
	background-repeat:repeat-y;
	}
	
#centro{
	width:700px;
	height:auto;
	margin-left:15px;
	float:left;
	padding-bottom:60px;
	}
	
#esquerda{
	width:200px;
	height:auto;
	float:left;
	text-align:center;
	padding-bottom:60px;
	}
	
#esquerda h1{
	background-color:#008F3D;
	color:#FFFF66;
	font-weight:100;
	font-size:14px;
	}
	
#rodape{
	width:980px;
	background-color:#093;
	background-image:url(../imagens/rodape.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	height:49px;
	bottom:0;
	position:absolute;
	color:#fff;
	text-align:center;
	}
	
#rodape a{
	color:#FF9900;
	}
	
.noticia_principal{
	padding:10px;
	margin:5px;
	color:#777;
	width:480px;
	background-color:#fff;
	border-left:dotted 1px #ccc;
	border-right:dotted 1px #ccc;
	text-align:justify;
	}
	
.links_noticia{
	padding:10px;
	margin:5px;
	color:#333333;
	width:200px;
	text-align:justify;
	font-size:10px;
	}
	
.links_noticia a{
	color:#006699;
	}
	
	
#slider1 ul, #slider1 li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider1, #slider1 li { 
	width:700px;
	height:300px;
	overflow:hidden; 
	}
#slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2, #slider2 li { 
	width:700px;
	height:300px;
	overflow:hidden; 
	}

.links{
	width:200px;
	}
	
.links li{
	background-repeat:no-repeat;
	text-indent:20px;
	}
		
.generos{
	list-style-type:disc;
	text-align:left;
	color:#006633;
	margin:10px;
	}
	
.generos a{
	text-decoration:none;
	color:#006633;
	}
	
.filme{
	width:160px;
	height:200px;
	background-image:url(../imagens/filme.jpg);
	background-repeat:repeat-x;
	background-color:#167c24;
	float:left;
	margin:15px;
	text-align:center;
	padding:5px;
	padding-top:10px;
	font-size:10px;
	}
	
.filme h3{
	color:#fff;
	font-weight:900;
	}
	
.filme a{
	color:#FFFF33;
	}
	
.button{
	border:none;
	background-color:none;
	font-weight:900;
	color:#090;
	padding:2px;
	}

p{
	color:#555;
	}
	
a{
	color:#009999;
	}
	
a:active{
	color:#CCCCCC;
	}
	
h1{
	background-color:#008F3D;
	color:#FFFF33;
	font-size:18px;
	padding:2px;
	border-bottom:inset 4px #ff3;
	}
	
h2{
	color:#006600;
	font-size:16px;
	}
	
h3{
	color:#008F3D;
	font-size:13px;
	}
	
h1,h2,h3{
	font-weight:300;
	}
	
	