body{
	font-family: "Arial";
	font-size: 16px;
	}
	
a{text-decoration: none;}
a:hover{text-decoration: underline;}

#pagewrapper{
	width: 1000px;
	margin: 0px auto;
	 overflow: hidden;
	}

.logowrapper{
	background: #0d3674;
	height: 23px;
	}
	
.logowrapper a{
	background: url(/static/tema/diarionlinelogotopo.png) left top no-repeat;
	display: block;
	width: 	1000px;
	height: 23px;
	margin: 0px auto;
	text-indent: -5000px;
	}

#header{
	height: 300px;
	position: relative;
	}
	
#LinkPaginaInicial{
	display: block;
	width: 400px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
	
#header #fbanner1{
	border: 1px solid black;
	background: white;
	width: 468px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 20px;
	}
	
#header #fbanner2{
	border: 1px solid black;
	background: white;
	width: 468px;
	height: 60px;
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
#lateral{
	width: 320px;
	margin-right: 20px;
	float: left;
	}
	
#oferecimento{
	width: 320px;
	height: 180px;
	margin-bottom: 20px;
	}
	
#lateral .menu{
	margin-bottom: 20px;
	}
	
#lateral .menu h3{
	background: url(/static/tema/preto20.png);
	padding: 8px;
	font-weight: bold;
	color: inherit;
	}

#lateral .menu li{
	padding: 8px;
	}

#lateral .menu li:hover{
	background: url(/static/tema/branco20.png);
	}

#lateral .menu li.especial{
	position: relative;
	padding: 0px;
	}

#lateral .menu li.especial img{
	display: block;
	}

#lateral .menu li.especial span{
	display: none;
	}
	
#lateral .menu li a{
	color: inherit;
	font-weight: bold;
	}

#lateral .destaque{
	margin-bottom: 20px;
	background: url(/static/tema/branco40.png);
	padding: 	15px;
	}
	
#lateral .destaque img{
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	}

#lateral .destaque h4{margin-bottom: 8px;}

#lateral .destaque h4 a{
	color: black;
	font-size: 14px;
	font-weight: bold;
	}
	
#lateral .destaque h2 a{
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	}
	
#lateral .enquete{
	margin-bottom: 5px;
	padding: 	15px;
	color: inherit;
	}

#lateral .enquete h4{
	background: url(/static/tema/preto20.png);
	margin-top: -15px;
	margin-left: -15px;
	margin-right: 	-15px;
	margin-bottom: 8px;
	padding: 8px;
	font-weight: bold;
	color: inherit;
	}
	
#lateral .enquete h3, #lateral .enquete p{
	margin-bottom: 8px;
	font-weight: bold;
	}

#lateral .enquete p, #lateral .enquete table{font-size: 14px;}
#lateral .enquete table td{padding-bottom: 5px;	}
	
#lateral .enquete p.submit{text-align: center;}

#lateral h3.tgaleria{
	background: url(/static/tema/preto20.png);
	padding: 8px;
	font-weight: bold;
	color: inherit;
	}

#lateral #galerias{margin-bottom: 20px;}
#lateral .galeria{padding: 15px;}
#lateral .galeria.impar{background: url("/static/tema/branco40.png");}
#lateral .galeria.par{background: url("/static/tema/branco20.png");}
#lateral .galeria img{margin-bottom: 15px; }


#lateral .galeria h4{margin-bottom: 8px;}

#lateral .galeria h4 a{
	color: black;
	font-size: 14px;
	font-weight: bold;
	}
	
#lateral .galeria h2 a{
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	}

/**********************************************************************/
/* CONTEUDO */

#conteudo{
	width: 650px;
	float: left;
	}
	
#conteudo p{
	margin-bottom: 12px; 
	font-size: 13px;
	font-family: sans-serif;
	color: inherit;
	}
	
#conteudo strong{font-weight: bold;}
	
#conteudo a{
	color: inherit;
    }
	
#conteudo h1.f0, #TituloModulo{
	font-size: 30px;
	font-family: "trebuchet ms",Verdana,Arial,Helvetica,sans-serif,serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: inherit;
	}
	
h1{margin-bottom:20px;}
h1.f0{font-size:25px; font-weight:bold; letter-spacing: -1px;}
h1.f1{font-size:25px; font-weight:bold; letter-spacing: -1px;}
h1.f2{font-size:22px; letter-spacing: -1px;}
h1.f3{font-size:18px; font-weight:bold;}
h1.f3 a{color: #768fa8;}
	
#pe_BannersWr{position: relative; width: 650px; height: 300px; margin-bottom: 20px;}
	
#pe_Banners_thumbs{
	position: absolute;
	top: 15px;
	right: 15px;
	background: white;
	padding: 5px;
	padding-right: 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: #000 0px 0px 1px;
	-webkit-box-shadow: #000 0px 0px 1px;
	box-shadow: #000 0px 0px 1px;
    }
    
#pe_Banners_thumbs img{
	display: block;
	float: left;
	margin-right: 5px;
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	}
	
#pe_Banners_thumbs img.ativo{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);
	}
	
#pe_Banners{position: absolute; top: 0px; left: 0px;}
	
#pe_Banners li{
    display: block;
    width: 650px;
    height: 300px;
    }
	
#pe_Banners li a{
	display: block;
	width: 650px;
	height: 300px;
	position: relative;
	background: gray;
    }
    
#pe_Banners li a img.foto{
    position: absolute;
    top: 0px;
    left: 0px;
    }
    
#pe_Banners li a h3{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 400px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -2px;
    color: white;
    background: url(/static/tema/preto50.png);
    padding: 20px;
    }

#d1{
	min-height: 150px;
	padding: 15px;
	margin-bottom: 20px;
	}
	
#d1 img{
	float: left;
	margin-top: -15px;
	margin-left: -15px;
	margin-bottom: -15px;
	margin-right: 15px;
	}
	
#conteudo #d1.destaque h2 a{
	font-size: 28px;
	}

#conteudo .destaque h4{margin-bottom: 8px;}

#conteudo .destaque h4 a{
	color: black;
	font-size: 14px;
	font-weight: bold;
	}
	
#conteudo .destaque h2 a{
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	}
	
#conteudo .nsf{
	padding: 15px;
	background: url("/static/tema/branco20.png");
	margin-bottom: 20px;
	}
	
#destaques_pequenos{margin-right: -20px; overflow: hidden; margin-bottom: 20px;}
	
#destaques_pequenos .destaque{
	width: 173px;
	margin-right: 20px;
	float: left;
	padding: 15px;
	min-height: 220px;
	}
	
#destaques_pequenos .destaque img{
	margin-top: -15px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
	}
	
#destaque_noticias{
	width: 426px;
	float: left;
	margin-right: 20px;
	}
	
#destaque_noticias .destaqueg{
	padding: 15px;
	margin-bottom: 20px;
	}
	
#destaque_noticias .destaqueg img{
	margin-top: -15px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
	}
	
#coluna203{
	width: 203px;
	float: left;
	}
	
#coluna203 #frase{
	padding: 15px;
	background: yellow;
	margin-bottom: 20px;
	}
	
#coluna203	 #frase h2{text-align: center; margin-bottom: 8px;}
	
#coluna203	 #frase h2 a{
	color: #094D89;
	font-style: italic;
	font-size: 24px;
	}
	
#publicidade{
	width: 203px;
	height: 250px;
	background: white;
	}
	
#coluna203 #frase h4{
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: right;
	}
	
#coluna203 #Agenda{
	margin-bottom: 20px;
    }
    
#coluna203 #Agenda h3{
    background: url(/static/tema/preto20.png);
    padding: 8px;
    font-weight: bold;
    color: inherit;
    }
    
#coluna203 #Agenda li{
	padding: 10px;
	padding-left: 60px;
	position: relative;
	font-size: 11px;
    }
    
#coluna203 #Agenda li.comfoto{
	padding-left: 120px;
	min-height: 25px;
    }
    
#coluna203 #Agenda li.comfoto img{
	position: absolute;
	bottom: 0px;
	left: 60px;
    }
    
#coluna203 #Agenda .data{
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 18px;
	font-weight: bold;
    }
    
#coluna203 #Agenda li.comfoto .data{
	top: 12px;
    }
    
#coluna203 #Agenda li.impar{background: url("/static/tema/branco40.png");}
#coluna203 #Agenda li.par{background: url("/static/tema/branco20.png");}
	
#UltimasNoticias h3{
	background: url(/static/tema/preto20.png);
	padding: 8px;
	font-weight: bold;
	color: inherit;
	}
	
#UltimasNoticias li{padding: 15px;}
#UltimasNoticias li.impar{background: url("/static/tema/branco40.png");}
#UltimasNoticias li.par{background: url("/static/tema/branco20.png");}

#UltimasNoticias li img.noticia_foto{
    width: 50px;
    height: 50px;
    border: 1px solid black;
    float: left;
    margin-right: 15px;
    }

#UltimasNoticias h4{margin-bottom: 8px;}

#UltimasNoticias h4 a{
	color: black;
	font-size: 11px;
	}
	
#UltimasNoticias h2 a{
	color: inherit;
	font-size: 16px;
	}

#w1{
	padding-bottom: 20px;
	}
	
#wrapperfooter{
	clear: both;
	background: #0B326F;
	}

#footer{
	width: 960px;
	height: 163px;
	padding: 20px;
	padding-bottom: 0px;
	margin: 0px auto;
	}
	
#footer img{
	float: left;
	margin: -20px;
	margin-right: 40px;
	}
	
#footer ul{margin-top: 20px;}	
#footer li{margin-bottom: 8px;}

#footer a{
	color: inherit;
	font-weight: bold;
	}

/**********************************************************************/

#TabelaJogos table{
	width: 100%;
	}

#TabelaJogos td{
	padding: 5px;
	color: inherit;
	border: 1px solid #252525;
	font-size: 14px;
	}
	
#TabelaJogos table{	
	border-collapse:collapse;
	}
	
#TabelaJogos a{color: yellow;}


/**********************************************************************/

.esquerda_bt, .direita_bt{
    background-position: top left; 
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 1px 5px #888;
    -moz-box-shadow: 0px 1px 5px #888;
    box-shadow: 0px 1px 5px #888;
    }
.esquerda_bt:hover, .direita_bt:hover{background-position: top right;}

.esquerda_bt{background-image: url(/static/tema/esquerda.png);}
.direita_bt{background-image: url(/static/tema/direita.png);}

.esquerda_bt, .direita_bt{
    width: 24px;
    height: 15px;
    position: absolute;
    }

