/* CSS Document */

#header {
	background: #fff url(../imagem/bg_header_interna.gif) repeat-x;
	}

#content {
	background-color: #fff;
	}
	#content .wrapper {
		width: 748px;
		padding-left: 0;
		}
	
	#content .wrapper .none-found {
		padding-top: 20px;
		height: 224px;
		}
		#content .wrapper .none-found h2 {
			color: #000;
			text-align: center;
			}
	
	#content .foto {
		float: left;
		margin-right: 15px;
		}
	
	#content ul li {
		list-style: none;
		padding: 10px 0 15px;
		border-bottom: 1px solid #71bf44;
		}
		#content ul li:after {
			content: '';
			display: block;
			clear: both;
			height: 0;
			}
		
		#content h3 {
			font-size: 10px;
			}
		
		#content h2 {
			font-size: 18px;
			line-height: normal;
			}
			#content h2 a {
				color: #71bf44;
				}
		
		#content ul li .foto-noticia{
			float: left;
			width: 125px;
			text-align: left;
			}
			
		#content ul li p.desc-noticia a:hover {
			text-decoration: none;
			}
	
		#content ul li p.ler-noticia {
			clear: right;
			}
			#content ul li p.ler-noticia a {
				color: #71bf44;
				}

	#content #pagination {
		width: 100%;
		min-height: 51px;
		_height: 51px;
		background: url(../imagem/bg_bottom_noticias.gif) repeat-x top;
		text-align: center;
		padding-top: 20px;
		}
		#content #pagination .wrapper {
			position: relative;
			}
		
		#content #pagination .ant-prox, #content #pagination .outras {
			color: #0c4da2;
			font-weight: bold;
			font-size: 18px;
			}
			#content #pagination .outras {
				display: block;
				float: right;
				width: 155px;
				}
		
		#content #pagination span#paginas {
			margin: 0 10px;
			padding: 0 5px;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			font-size: 11px;
			}
			#content #pagination span a {
				padding: 0 5px;
				}
			
			#content #pagination span strong {
				padding: 0 5px;
				}
		
		#content #pagination #jornal {
			background: url(../imagem/jornal.jpg) no-repeat;
			width: 152px;
			height: 106px;
			position: absolute;
			float: left;
			top: -29px;
			_top: -28px;
			left: 0;
			}
			
	#content .fotos {
		float: left;
		width: 234px;
		margin-right: 10px;
		}
		#content .fotos {
			position: relative;
			height: 176px;
			padding-bottom: 4px;
			}
			#content .fotos img {
				margin-right: 0;
				}
			#content .fotos a {
				display: block;
				position: absolute;
				width: 234px;
				height: 176px;
				top: 4px;
				left: 4px;
				}
			#content .fotos .foto-1 {
				z-index: 10;
				}
			#content .fotos .foto-2 {
				z-index: 9;
				}
			#content .fotos .foto-3 {
				z-index: 8;
				}
			#content .fotos .foto-4 {
				z-index: 7;
				}
			#content .fotos .foto-5 {
				z-index: 6;
				}
			#content .fotos .foto-6 {
				z-index: 5;
				}
			#content .fotos .foto-7 {
				z-index: 4;
				}
			#content .fotos .foto-8 {
				z-index: 3;
				}
			#content .fotos .foto-9 {
				z-index: 2;
				}
			#content .fotos .foto-10 {
				z-index: 1;
				}
		