

@font-face {
    font-family: 'TitleFont';
    src: url('/static/titlefont.eot');
    src: url('/static/titlefont.eot?#iefix') format('embedded-opentype'),
         url('/static/titlefont.woff2') format('woff2'),
         url('/static/titlefont.woff') format('woff'),
         url('/static/titlefont.ttf') format('truetype'),
         url('/static/titlefont.svg#joanna_mtbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: #f5f4ea url(/static/tema/bodybg.jpg) top center no-repeat;
	}

strong{font-weight: bold;}

#fullwr{
	margin: 0px auto;
	position: relative;
	}

#searchbar{
	position: absolute;
	top: 100px;
	right: 20px;
	padding-bottom: 30px;
	text-align: right;
	z-index: 3;
	}

#pgwr{
	background: #fff;
	font-family: Georgia;
	position: relative;
	}

#header{
	height: 190px;
	position: relative;
	}

#superBanner{ text-align: center; }	
	
#Logo{
	font-size: 48px;
	font-family: TitleFont;
	width: 643px;
	height: 74px;
	background: url(/static/tema/logo.jpg);
	display: block;
	text-indent: -5000px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	}

#fullbanner1, #fullbanner2{
	width: 468px;
	height: 60px;
	position: absolute;
	top: 20px;
	}

#fullbanner1{left: 20px;}
#fullbanner2{right: 20px;}

#searchbar span{display: block; margin-top: 10px;}


@media screen and (max-width: 768px) {

	#header{ height: auto; }

	#fullbanner1, #fullbanner2{
		width: 100%;
		height: auto;
		position: static;
		margin-bottom: 10px;
		}

	#fullbanner1 img, #fullbanner2 img{ width: 100%; }

	#Logo{
		position: static;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		background-size: contain;
		background-repeat: no-repeat;
		}

	#searchbar{ display: none; }

	}



#conteudo a{
	color: #d62f29;
	text-decoration: none;
	}

h1, h2, h3, h4, h5{
	font-family: TitleFont;
	margin-bottom: 20px;
	}

h1.f0{font-size: 38px;}
h1.f1{font-size: 38px;}
h1.f2{font-size: 22px;}
h1.f3{font-size: 20px;}

#conteudo h1.f2 a, #conteudo h1.f3 a{color: #292929;}
#conteudo h1.f2 a:hover, #conteudo h1.f3 a:hover{color: #d62f29;}

#ed_corumba
{
  background: white;
	border-radius: 3px;
	box-shadow: 0px 1px 3px #aaa;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
}

#ed_corumba img{ width: 100%; }

a#edicoes_anteriores{
	background: #AE2420;
	color: white;
	padding: 10px;
	display: block;
	clear: left;
	text-align : center;
	margin-bottom: 15px;
	border-radius: 2px;
    }

#Menu li a{
	color: #6B6B6B;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 8px;
	padding-left: 20px;
	border-bottom: 1px solid #DADADA;
	}

#Menu li a:hover{color: #d62f29;}

#chargesthumbs img{
	margin-bottom: 20px;
	}

#listanoticias p.data{
	border-top: 1px solid #BDBDBD;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
	margin-bottom: 15px;
	}

.emptyText{
	font-size: 38px;
	padding: 32px;
	text-align: center;
	color: #AFAFAF;
	}
	
.z5 img{ width: 100%; }

/*********************************************************************
 * Footer */

#footer_wrp{clear: left; position: relative;}
#footer{
	padding: 32px;
	padding-bottom: 30px;
	padding-top: 50px;
	background: #f5f4ea url(/static/tema/rodape.png) top right no-repeat;
	text-align: right;
	}

#FooterLogo{
	font-family: TitleFont;
	font-size: 34px;
	color: #757575;
	text-decoration: none;
	}

/* galerias */

.galeria{
	width: 200px;
	padding: 3px;
	border: 1px solid #B1B1B1;
	margin: 10px;
	float: left;
	font-size: 11px;
	height: 300px;
	}

.galeria img{ width: 100%; margin-bottom: 5px; }
