* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

body {
    background: #029224 url(../images/bg_body.png) repeat-x fixed;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

a {
    color: #069;
    text-decoration: none;
}

a:visited {
	color: #609;
}

a:hover {
    color: #036;
    text-decoration: underline;
}

h1 {
    font-size: 16px;
    /*margin: 5px 0;*/
}

h2 {
    clear: both;
    color: #fff;
    /*background: #000;*/
    /*padding: 2px;*/
    /*margin: 10px 10px 5px 0;*/
}

h6 {
    color: #215549;
    font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
}

.section-header {
	background: #606 url(../images/header_center.png) repeat-x;
	color: #FFF;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 10pt;
	padding: 0 8px;
	position: relative;
	margin-bottom: 8px;
}

.section-header span {
	position: absolute;
	width: 4px;
	height: 24px;
	top: 0;
	background: url(../images/header_corners.png) no-repeat;
}

.section-header .h-left {
	background-position: left top;
	left: 0;
}

.section-header .h-right {
	background-position: right top;
	right: 0;
}

#tudo {
    width: 980px;
    margin: 15px auto;
    background: #FFF;
    padding: 0 0 40px 0;
	position: relative;
}

#site {
    width: 750px;
    float: left;
}

#topo {
    padding-top: 90px;
    height: 40px;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
}

#logo img {
    float: left;
}

#logo {
    color: #7f7f7f;
    width: 240px;
    font-size: 10px;
    text-align: right;
}

#logo:hover {
    color: #5e397e;
}

#publicidade_topo {
    position: absolute;
    top: 5px;
    right: 10px;
}

#logo {
    position: absolute;
    top: 5px;
    left: 0;
}

#menu {
	float: left;
}

#menu li {
    float: left;
    background: #000;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
	width: 84px;
	text-align: center;
}

#menu li a {
    color: #FFF;
    display: block;
    font-weight: bold;
	background: #339933 url(../images/menu_center.png) center top repeat-x;
	position: relative;
}

#menu li a span {
	background-image: url(../images/menu_corners.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 4px;
	height: 30px;
}

#menu li a span.menu-left {
	background-position: left top;
	left: 0;
}

#menu li a span.menu-right {
	background-position: right top;
	right: 0;
}

#menu li a:hover {
	background-position: center center;
	background-color: #C60;
	text-decoration: none;
}

#menu li a:hover span.menu-left {
	background-position: left center;
}

#menu li a:hover span.menu-right {
	background-position: right center;
	background-color: #066;
}

#menu li a.selected {
	background-position: center bottom;
	background-color: #066;
}

#menu li a.selected span.menu-left {
	background-position: left bottom;
}

#menu li a.selected span.menu-right {
	background-position: right bottom;
}

#search-form {
    margin: 0;
    padding: 0;
	float: left;
}

#search-form fieldset {
	overflow: hidden;
	position: relative;
}

#search-form label {
	position: absolute;
	line-height: 30px;
	color: #999;
	left: 5px;
	top: 0;
}

#search-form input {
    background: url(../images/search_field.png) left top;
    height: 16px;
	padding: 7px 5px;
	width: 158px;
	float: left;
}

#search-form button {
	border: none;
	background: url(../images/search_button.png);
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}

#search-form input.hover,
#search-form button:hover {
	background-position: left center;
}

#search-form input.active,
#search-form button:active {
	background-position: left bottom;
}


#conteudo {
    padding-top: 10px;
}

#coluna {
    float: left;
    width: 120px;
	margin-right: 10px;
}

.left-cont,
.right-cont {
	margin-bottom: 10px;
}

#coluna h2#cat {
    cursor: pointer;
}

.collapser {
	position: absolute;
	width: 10px;
	height: 6px;
	overflow: hidden;
	text-indent: -9999px;
	top: 10px;
	right: 5px;
	background: url(../images/collapser.png) center top no-repeat;
}

.collapser.open {
	background-position: center bottom;
}

#coluna a {
    display: block;
}

#categoria {
	padding: 0 2px;
	margin-bottom: 5px;
}

#categoria li {
    background: url(../images/menu_bullet2.png) no-repeat left 7px;
    border-bottom: 1px solid #F0F0F0;
    padding: 4px 0 4px 10px; 
}

#categoria li:last-child {
	border-bottom: none;
}

#categoria li a {
	color: #666;
    font-size: 8pt;
    display: block;
}

#categoria li a:hover {
	color: #333;
    text-decoration: underline;
}

#slideshow {
    float: left;
    width: 230px;
    height: 230px;
}

#manchetes {
	float: left;
	width: 250px;
}

#manchetes li {
    margin-bottom: 5px;
    font-size: 9pt;
}

#manchetes li h4 {
	color: #333;
	font-size: .9em;
	margin-bottom: 2px;
	font-weight: normal;
}

#destaques li {
    float: left;
    width: 230px;
    margin-right: 5px;
}

#destaques li img {
    float: left;
    margin-right: 10px;
    width: 90px;
}

#destaques li h5 {
    float: right;
    width: 130px;
    font-size: 9pt;
	font-weight: normal;
	color: #333;
}

#destaques li p {
    clear: right;
    float: right;
    width: 130px;
}

#manchetes li a, #destaques li a {
    font-weight: bold;
}

#baladas {
	padding: 0 2px;
}

#baladas li {
    float: left;
    width: 150px;
	margin-right: 13px;
}

#baladas li:last-child {
	margin-right: 0;
}

#baladas li h4 {
	font-size: 9pt;
	color: #333;
	margin-bottom: 2px;
}

#fotos-galeria {
    margin: 10px 15px 0 15px;
}

#fotos-galeria li {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

#fotos-galeria li h4 {
    float: right;
    width: 200px;
    margin-bottom: 5px;
    text-align: right;
}

#fotos-galeria li p {
    margin-top: 20px;
    width: 200px;
    float: left;
}

#fotos-galeria li h5 {
    clear: right;
}

#fotos-galeria li img {
    float: left;
    margin-right: 15px;
}

ol#agenda {
    margin-bottom: 10px;
    display: table;
}

ol#agenda li {
    float: left;
    width: 240px;
    font-size: 10px;
}

ol#agenda img {
    float: left;
    margin-right: 10px;
    width: 110px;
}

ol#agenda h4 {
    float: right;
    margin-bottom: 5px;
    width: 120px;
}

ol#agenda p {
    clear: right;
}

#listagem-agenda {
    margin-top: 10px;
}

#listagem-agenda li {
    display: table;
    clear: both;
    margin-bottom: 10px;
}

#listagem-agenda li img {
    width: 110px;
    margin-right: 10px;
    float: left;
}

#listagem-agenda li h4 {
    float: right;
    margin-bottom: 5px;
    width: 350px;
}

#listagem-agenda li p {
    float: right;
    clear: right;
    width: 350px;
}

#ultimas-noticias {
	padding: 0 2px;
}

#ultimas-noticias li span, #categoria-noticias li span {
    font-size: 9px;
    font-weight: normal;
    color: #000;
}

#ultimas-noticias li ol li, #categoria-noticias li ol li {
    border-bottom: 1px solid #F0F0F0;
    padding: 3px 0;
}

#ultimas-noticias li ol li:last-child, #categoria-noticias li ol li:last-child {
	border: none;
}

#categoria-noticias ol {
    margin-bottom: 15px;
}

#menu-rodape li {
    float: left;
    padding: 0 15px;
}

#menu-rodape li a {
    color: #FFF;
}

#banners {
    float: right;
    width: 220px;
}

#banners li {
    margin-bottom: 5px;
}

#comments li {
    margin-bottom: 5px;
}

#comments li p.data {
    color: #572378;
}

#banner-miolo {
	text-align: center;
}

#banner-miolo li {
	margin-bottom: 15px;
}

#miolo form {
    width: 400px;
    margin: 0 auto;
}

#miolo form label {
    text-align: right;
    display: block;
}

#miolo form label input, #miolo form label textarea, #miolo form label select {
    border: 1px solid #aaa;
    background: #fff;
    padding: 2px;
    margin: 2px;
}

#miolo {
    width: 480px;
    float: left;
    padding: 0 10px 0 0;
}

#publicidade {
    width: 125px;
    float: right;
}

#climatempo {
    width: 120px;
    height: 170px;
    overflow: hidden;
}

#rodape {
    width: 990px;
    margin: 7px auto;
    color: #fff;
}

#rodape address {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    margin-left: 15px;
    font-style: normal;
    font-weight: bold;
}

#rodape a {
    color: #fff;
    text-decoration: none;
}

#rodape a:hover {
    text-decoration: underline;
}

#clock-container {
	float: right;
	width: 220px;
	margin-bottom: 10px;
	height: 130px;
	background: url(../images/bg_clock.png) center center no-repeat;
	position: relative;
	margin-top: 2px;
}

#data,
#dia {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	line-height: 30px;
}

#dia {
	margin-top: 4px;
	font-size: 12pt;
}

#hora {
    font-size: 38pt;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
	text-align: center;
    color: #FFF;
}

#hora span {
	margin: 0 9px;
	text-shadow: 1px 1px 2px #000;
}

#slide-tv {
    background: url('../img/tv-lcd.png');
    width: 207px;
    height: 152px;
    padding: 13px 0 0 13px;
    float: right;
    margin: 0 0 10px 10px;
    display: inline;
}

#climatempo {
	margin-left: 3px;
}

#cotacoes {
	font-size: .9em;
}

#cotacoes h4 {
	margin-bottom: 2px;
}

#cotacoes .cotation {
	margin-bottom: 5px;
	border-bottom: 1px solid #F0F0F0;
	padding: 0 1px 5px;
}

#cotacoes .label {
	margin-right: 2px;
}

#cotacoes .positive {
	color: #060;
}

#cotacoes .negative {
	color: #C00;
}


#i-print {
	margin-bottom: 15px;
	display: inline-block;
}

.clear {
    clear: both;
	display: block;
}

.center {
	text-align: center;
}

.error {
    color: #f00;
    font-size: 11px;
}

.noticia-fonte {
    font-size: 11px;
    margin-top: 15px;
}

.plantao {
	font-size: 8pt;
	text-align: center;
}

.paginacao {
    margin-top: 15px;
}

.paginacao a {
    display: inline-block;
    border: 1px solid #aaa;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.paginacao a:hover {
    border: 1px solid #f00;
}

a.pag-atual {
    text-decoration: underline;
    background: #eee;
}

.mais {
    float: right;
    margin-top: 10px;
}

.banners {
    margin-top: 0px;
	text-align: center;
}

.banners li {
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.home-listing {
	margin-bottom: 10px;
	overflow: hidden;
}

.banner-listing {
	margin-bottom: 10px;
	text-align: center;
}

/* --------------------------------- Corners --------------------------------- */

.corner, .border {
	position: absolute;
	z-index: 20;
}

.corner {
	background-image: url(../images/corners.png);
	background-repeat: no-repeat;
}

#top_center, #bottom_center {
	background-image: url(../images/horizontal.png);
	background-repeat: repeat-x;
	left: 0;
	width: 100%;
}

#center_left, #center_right {
	background-image: url(../images/vertical.png);
	background-repeat: repeat-y;
	top: 0;
	height: 100%;
}

#top_left,
#top_center,
#top_right {
	height: 11px;
	top: -11px;
}

#bottom_left,
#bottom_center,
#bottom_right {
	height: 12px;
	bottom: -12px;
}

#top_left,
#center_left,
#bottom_left {
	width: 10px;
	left: -10px;
}

#top_right,
#center_right,
#bottom_right {
	width: 13px;
	right: -13px;
}

#top_left {
	background-position: left top;
}

#top_center {
	background-position: center top;
}

#top_right {
	background-position: right top;
}

#bottom_left {
	background-position: left bottom;
}

#bottom_center {
	background-position: center bottom;
	height: 14px;
	bottom: -14px;
}

#bottom_right {
	background-position: right bottom;
}

#center_left {
	background-position: left center;
}

#center_right {
	background-position: right center;
}

