@charset "utf-8";
/* CSS Document */

@import url('fonts.css');

body {
	margin:0;
	background-color:#E1E1E1;
}

#bgtable {
	background-color:#FFF;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:auto;
	margin-right:auto;
	border: 0;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
}

table, tr, td {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'open-sans-regular', sans-serif;
	font-size:12px;
	color:#333;
}

h1 {font-size:36px; }
h2 {font-size:24px; }
h3 {font-size:18px; }
h4 {font-size:16px; }
h5 {font-size:14px; }
h6 {font-size:12px; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; margin:0; margin-bottom:12px; }

p { margin:0; margin-bottom:8px; }

form { margin:0; }

a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; color:#000; }
a, img { border:none; outline:none; }

.nomargin { margin:0; }
.black { color:#000; }
.white { color:#FFF; }
.red { color:#900; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.upper { text-transform:uppercase; }

.edicao_title {
	text-decoration:none;
	color:#181818;
	font-size:36px;
	font-weight:normal;
}
.edicao_title:hover {
	text-decoration:none;
}
.page_titles {
	color:#900;
	background:#f0f0f0;
	padding:4px;
	font-size:30px;
	margin-bottom:12px;
	border-bottom:1px solid #CCC;
}

.page_subtitles {
	color:#333;
	font-size:18px;
	margin-bottom:8px;
}
.center {
	text-align:center;
	margin-left:auto; margin-right:auto; 
}
.bottom_separator2 {
	border-bottom:2px solid #A50031;
}

.top_nav_bar {
	width:960px;
	height:28px;
	background-image:url(../images/bg-top-nav.png);
	background-repeat:no-repeat;
	margin-bottom:8px;
}
.top_nav_bar td {
	height:28px;
	text-align:center;
}
.top_nav_bar a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.top_nav_bar a:hover { text-decoration:underline; }

.topbuttonbar {
	margin:0;
	margin-top:8px;
	margin-bottom:12px;
}
.topbuttonbar img {
	margin-right:1px;
}
.footerarea {
	width:960px;
	height:auto;
	/*
	background-image:url('../images/bg-footer.png');
	background-repeat:no-repeat;
	*/
	background:#CCC;
	margin-top:12px;
}

.footerarea .titles {
	font-size:1.2em;
	color:#000;
}

.footerarea a {
	color:#222;
	text-decoration:none;
}

.footerarea a:hover {
	color:#000;
	text-decoration:none;
}

.footerarealogos {
	width:286px;
	height:148px;
	background-image:url('../images/bg-footerarealogos.png');
	background-repeat:no-repeat;
	}
.subfooterarea {
	width:960px;
	margin-top:12px;
	clear:both;
}
.gastronomiacontent { }
.gastronomiacontent p { margin-bottom:8px; }
.gastronomiacontent .page_subtitles {
	border-bottom:1px solid #999;
	text-transform:uppercase;
}
.gastronomiacontent img {
	padding:4px;
	background:#CCC;
	width:180px;
	height:auto;
}
.cultura_content { }
.cultura_content img {
	padding:4px;
	background:#CCC;
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
	width:180px;
	height:auto;
}
.cultura_content .page_subtitles {
	border-top:1px solid #999;
	text-transform:uppercase;
	height:36px;
	vertical-align:bottom;
	padding-bottom:6px;
}


.cultura_left { }
.cultura_left img {
	padding:4px;
	background:#CCC;
	float:left;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.cultura_left .page_subtitles {
	/*border-top:1px solid #999;*/
	text-transform:uppercase;
}
.cultura_right { }
.cultura_right img {
	padding:4px;
	background:#CCC;
	float:right;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.cultura_right .page_subtitles {
	/*border-top:1px solid #999;*/
	text-transform:uppercase;
}
.ad_thumb {
	background-image:url('../images/bg-ad-thumb.png');
	width: 232px;
	height:280px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.ad_thumb_r {
	background-image:url('../images/bg-ad-thumb.png');
	width: 232px;
	height:280px;
	overflow:hidden;
	float:left;
	margin-right:0;
	margin-left:1px;
	margin-bottom:10px;
}

.ad_thumb .title, .ad_thumb_r .title {
	color:#000;
	width:212px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
}
.ad_thumb .local, .ad_thumb_r .local {
	width:212px;
	height:14px;
	text-align:center;
	margin-bottom:2px;
	margin-top:2px;
}
.ad_thumb .logo, .ad_thumb_r .logo {
}

.ad_thumb .link, .ad_thumb_r .link {
	text-align:right;
}

a.entrevistas {
	font-size:16px;
}

a.opac img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

a.opac:hover img{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.lh15 { line-height:1.5;}
.lh20 { line-height:2;}