html {
 height: 100%;
}
body {
 height: 100%;
 margin: 0px;
}
table#tblConteudo {
 height: 100%;
 width: 100%;
 border: 0px;
 border-collapse: collapse;
 padding: 0px;
}
td#tdLatEsq{
 background-color: #fcfcfc;
}
td#tdLatDir {
 background-color: #fcfcfc;
}
td#tdTitulo {
 vertical-align: top;
 height: 150px;
}
td#tdMenu {
 background-color: #ffffff;
 border-bottom: 1px #eaeaea solid;
 color: #eaeaea;
 font-face: Verdana;
 padding-top: 1px;
 padding-bottom: 3px;
 padding-left: 6px
 padding-right: 6px;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-size: 11px;
}
td#tdMenu a {
 color: #808080;
 text-decoration: none;
}
td#tdMenu a:hover {
 color: #db241c;
}
td#tdMenu a[ativo="true"] {
 font-weight: bold;
 color: #db241c;
 background-color: #F4F4F4;
}

td#tdSubMenu {
 width: 200px;
 vertical-align: top;
 border-right: 1px dotted #C0C0C0;
}
td#tdSubMenu ul {
 padding: 2px;
 margin-left: 0px;
}
td#tdSubMenu ul li {
 list-style-type: none;
 padding: 4px;
 border-bottom: 1px #eaeaea solid;
}
td#tdSubMenu li:hover {
 background-color: #eaeaea;
}
td#tdSubMenu li a {
 margin-left: 6px;
 color: #db241c;
 text-decoration: none;
 font-family: Verdana;
 font-size: 12px;
}
td#tdCorpo {
 color: 000000;
 width: 700px;
 vertical-align: top;
 font-family: Tahoma;
 font-size: 13px;
 padding: 6px;
}
td#tdCorpo a {
 color: #808080;
 text-decoration: none;
}
td#tdCorpo a:hover {
 color: #800000;
}
td#tdRodape {
 background-color: #eaeaea;
 border-top: 1px #eaeaea solid;
 padding: 6px;
 color: #808080;
 height: 20px;
 font-face: Verdana;
 font-size: 11px;
 text-align: center;
}
p#titulo {
 color: #db241c;
 text-decoration: none;
 font-weight: bold;
 font-family: Verdana;
 font-size: 14pt;
 text-align: right;
 margin-right: 6px;
}
p#titulo[setor="cultura"] {
 color: #0000ff;
}


a#noticiaLink {
 text-decoration: none;
}
a#noticiaLink span#noticiaData {
 color: #808080;
}
.noticiaTitulo {
 color: #000000;
 font-weight: bold;
}
.noticiaResumo {
 color: #808080;
}

#floatBannerFundo {
 z-index:1001;
 width: 100%;
 height: 200%;
 position: absolute;
 top: 0; 
 left: 0;
 background-color:#000;
 filter:alpha(opacity=80);
 opacity: .8;
 -moz-opacity: .8;
 text-align:center;
}
#floatBanner {
 z-index: 1021;
 width: 100%;
 position: absolute;
 margin-top: 100px;
 text-align: center; 
}
#floatBanner .banner {
 width: 400px;
 margin-left: auto;
 margin-right: auto;
}