body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body {
    margin:0px;
    background:#ffedff;
}
a:link {
    color: #000;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}

.container, .container_noticia, .container_slide_noticia, .header, .body, .footer, .menu_inferior, 
.menu_inferior ul, .menu_inferior li, .menu_inferior a, .redes_sociais, .redes_sociais ul, 
.redes_sociais li, .pesquisa, .redes_sociais2, .redes_sociais2 ul, .redes_sociais2 li, .opt_css, .configuracao, 
.footer, .logomarca, .chamadas, .chamadas ul, .chamadas li, .banner, .banner ul, .banner li,
.newslleter, .newsletter input[type=text], .newsletter input[type=image], .ultimas, .ultimas ul, .ultimas li,
.vinheta, .vinheta h2, .vinheta span, .fotos, .fotos ul, .fotos li, .link_videos
{
    position:relative;
    float:left;
    margin:0px;
    padding:0px;
}

.container {
    width:100%;
    min-width:960px;
}

/* Cabeçalho */

.header, .body, .footer {
    width:100%;
}

.header {
    background:url(../images/bg_header.jpg) repeat-x;
}

.logomarca {
	position:absolute;
	top: 0px;
	left: 0px;
    width:940px;
    height:214px;
    margin: 0px 0px 0px 0px;
    background:url(../images/bg_topo.jpg) no-repeat;
    z-index: 0;
}

.menu_inferior a, .menu_itens a, .noticias_topo a, .ultimas {
    text-decoration: none;
}

.redes_sociais, .redes_sociais ul, .redes_sociais2, .redes_sociais2 ul, 
.chamadas ul, .banner ul, .ultimas ul, .fotos ul {
    width: auto;
    list-style: none;	
}

.redes_sociais, .redes_sociais ul 
{
    margin: 0px;
    float: right;
}

.redes_sociais ul 
{
    margin: 4px 0px 0px 0px;
    float: right;
}

.redes_sociais2, .redes_sociais2 ul 
{
    margin: 8px 0px 0px 0px;
}

.redes_sociais li, .redes_sociais2 li, .banner li {
    width: auto;
    padding: 0px 1px;
}

.ultimas li {
    border-bottom: 1px dashed #e1e1e1;
    padding: 15px 0px;
}

.pesquisa input[type=submit] {
    color: #FFF;
    background: #710071;
    border: none;
    padding: 8px;
    width: 60px;

 	-webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.pesquisa input[type=submit]:hover {
    color: #FFF;
    background: #c044c0;
}

.pesquisa input[type=text] {
    color: #999999;
    font-size: 12px;
    background: url(../images/bg_pesquisa.png) repeat-x;
    width: 225px;
    border: none;
    padding: 10px 5px 10px 10px;
    float: left;

	-webkit-border-radius: 10px 0px 0px 10px ;
    -moz-border-radius: 10px 0px 0px 10px ;
    border-radius: 10px 0px 0px 10px;
}

.toolbar {
	padding: 15px 0px 0px 0px;
}

.opt_css {
    float: right;
    width: auto;
}

.opt_css span {
    font-weight: bold;
    font-size: 12px;
    margin: 0px 10px 5px 0px;
}

.opt_css a {
    padding: 5px 0px 0px 0px;
    text-decoration: none;
}

.menu_inferior {
    width:220px;
}

.menu_inferior ul, .chamadas ul, .chamadas1 ul, .noticias_topo ul {
    width: 100%;
    list-style: none;
}

.menu_inferior li {
	float:none !important;
	width: 220px !important;
}

.menu_inferior a {
    padding:12px 0px 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
	width: 220px;
}

.menu_inferior h2 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin: 30px 0px 5px 0px;
	width: 220px;
}

.fotos ul {
	padding: 0px 0px 0px 20px;
}

.fotos li {
	margin: 5px 20px 15px 0px;
}
/*Menu*/
.menu
{
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
ul.menu
{
    position: relative;
    float: left;
    width: 938px;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
    list-style: none;
    z-index: 999;
	border-left: 1px solid #4a024a;
	border-right: 1px solid #4a024a;
}

ul.menu .first {}
ul.menu .last { border-right: none; }
ul.menu li
{
    height: 24px;
    margin: 0px;
    padding: 20px 18px 10px 18px;
    font-weight: bold;
    float: left;
    zoom: 1;
    z-index: 999;
	border-right: 1px solid #4a024a;
	border-left: 1px solid #af1faf;
}
ul.menu a:hover
{
    color: #FFF;
    font-size: 13px;
	font-weight: bold;
}
ul.menu a:active
{
    color: #FFF;
    font-size: 13px;
	font-weight: bold;
}
ul.menu li a
{
    display: block;
    padding: 0px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
ul.menu li:last-child a
{
    border-right: none;
}

ul.menu li.hover, ul.menu li:hover
{
    background: #4a024a;
    position: relative;
    color: #FFF;
    z-index: 999;
}
ul.menu li.hover a, ul.menu li:hover a
{
    color: #FFF;
    z-index: 999;
}

ul.menu ul
{
    width: 220px;
    background: #4a024a;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    z-index: 999;
		
	-moz-box-shadow: 0px 3px 3px #333;
    -webkit-box-shadow: 0px 3px 3px #333;
    box-shadow: 0px 0px 3px #333;
}
ul.menu ul li
{
    margin: 0px;
    padding: 10px 20px 5px 5px;
    font-weight: normal;
    background: none;
    float: none;
    z-index: 999;
}
ul.menu ul li.hover, ul.menu ul li:hover, ul.menu ul li a.hover, ul.menu ul li a:hover
{
    background: #af1faf;
    color: #FFF;
    z-index: 999;
}

ul.menu ul li a
{
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    color: #FFF;
    z-index: 999;
    font-size: 13px;
    font-weight: normal;   
}

ul.menu ul ul
{
    left: 100%;
    top: 0;
}
ul.menu li:hover > ul
{
    visibility: visible;
}

.menu_container {
	position: relative;
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	width: 100%;
	background: url("../images/bg_menu.jpg") repeat-x center top transparent;
}
/* Footer */

.footer {
    background:url(../images/bg_footer.jpg) repeat-x;
}

.configuracao {
    width: 100%;
    padding: 8px 0px;
    text-align: center;
}

.configuracao span {
    color: #FFF;
}

.chamadas a {
    text-decoration: none;
}

.chamadas h4  {
    padding: 0px;
    color: #333;
}

.chamadas h2 {
    font-size: 20px;
    font-weight: normal;
    color: #2a2a2a;
    margin: 3px 0px 10px 0px;
}

.chamadas h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 3px 0px 0px 0px;
}

.chamadas span {
    color: #FFF;
    font-weight: normal;
}

.chamadas img {
    float: left;
    margin:0px 10px 0px 0px;
}


.chamadas .chapeu_1, .chamadas .chapeu_2, .chamadas .chapeu_3 {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    padding: 8px 5px;
    position: relative;
}

.chamadas .chapeu_1 {
    background: #666e04;
}

.chamadas .chapeu_2 {
    background: #c20000;
}

.chamadas .chapeu_3 {
    background: #32004b;
}

.chamadas .especial, .chamadas .especial_secundario {
    color: #4b0049;
    font-size: 16px;
    font-weight: bold;
    width: 220px;
    padding: 0px;
	margin: 10px 0px 5px 0px;
}

.chamadas .especial {
    position: relative;
    float: left;
}

.chamadas .especial_secundario {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;

    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
}

.cham_1 {
    background: #c20000 !important;
}

.cham_2 {
    background: #2b72a3 !important;
}

.cham_3 {
    background: #666E04 !important;
}

.chamadas .titulo_especial, .titulo_especial_secundario, .titulo_especial_videos, .titulo_especial_agenda {
    position: relative;
    float: left;
    padding: 0px;
	margin: 0px;
	color: #4b0049;
    font-size: 14px;
    font-weight: normal;
    width: 220px;
}

.chamadas .titulo_especial_secundario {
    position: relative;
    float: left;

    bottom: 0px;
    left: 0px;

    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
}

.chamadas .titulo_especial_videos, .chamadas .titulo_especial_agenda {
    position: relative;
    float: left;
    width: 180px;
    top: 0px;
    margin: 5px 0px 0px 0px;
    padding: 5px 20px;
}

.chamadas .titulo_especial_agenda {
    width: auto;
    font-size:12px;
    font-weight: bold;
}

.chamadas .destaque {
    font-size: 14px !important;
    color: #666 !important;
}

.ultimas li {
    position:relative;
    float:left;
}

.ultimas h2, h4 {
    margin: 0px;
    padding: 0px;
}

.ultimas h2 {
    font-size: 14px;
    color: #231f20;
    font-weight: normal;
}

.ultimas h4 {
    font-size: 12px;
    color: #333333;
    font-weight: 12px;
}

.ultimas_resumo{
    position:relative;
    float:left;	
    width:100%;
    margin:0px;
    padding:0px;
    color:#666;
}

.vinheta, .vinheta_noticia {
    width: 100%;
}

.vinheta_noticia {
	position: relative;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #a058a0;
	width: 700px;
}

.vinheta_noticia h2 {
	background: #A058A0;
    color: #FFFFFF;
    margin: 0 !important;
    padding: 10px 20px !important;
    width: 200px;
}

.vinheta h2 {
    padding: 10px 20px;
    width: 180px;
    background: #32004b;

    font-size: 18px;
    font-weight: normal;
    color: #FFF;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.destaque_simples, .destaque_simples ul, .destaque_simples li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

.destaque_simples, .destaque_simples ul {
	width: 100%;
}

.destaque_simples ul {
	list-style: none;
}

.destaque_simples li {
	background: url(../images/btn_destaque.jpg) no-repeat top 2px left ;
	padding: 0px 0px 0px 20px;
	width: 440px;
}

.destaque_simples a {
	text-decoration: none;
	color: #740074;
	font-size: 14px;
}
.destaque_simples a:hover {
	text-decoration: underline;
}


.ed_digital .vinheta span
{
    font-size: 12px;
    color: #666666;
    text-align: center;
    width: 220px;
}

.ed_digital{
    position:relative;
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}

.ed_digital img{
    position:relative;
    float:left;
    width:auto; 
    margin:0px;
    padding-left:10px;
}

.newsletter {
    padding: 5px 0px;
    width: 220px;
}

.newsletter2 {
    padding: 5px 0px;
    width: 300px;
}

.newsletter span, .newsletter2 span {
    font-size: 14px;
    color: #3c3c3c;
}

.newsletter input[type=text], .newsletter2 input[type=text]{
    background: url(../images/bg_input_newsletter.jpg) repeat-x;
    padding: 10px 30px 6px 10px;
    border: none;
    margin: 0px 0px 0px 0px;
    color: #333;
    font-size: 11px;
	border-left: 1px solid #a8acad;
	border-right: 1px solid #a8acad;
}

.newsletter input[type=text] {
    width: 178px;
}
.newsletter2 input[type=text]{
    width: 258px;
}

.newsletter input[type=submit], .newsletter2 input[type=submit]{
    background: url(../images/btn_newsletter.jpg) repeat-x;
    border: 0px;
    padding: 5px 7px;
    color: #FFF;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newsletter input[type=submit]:hover, .newsletter2 input[type=submit]:hover{
	background: #c044c0;
}

.indice {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    width: 20px;

    font-size: 40px;
    color: #666e04;
}

.div, .div1 {
    position: relative;
    float: left;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

.div {
	width: 190px;
}

.div1 {
	width: 270px;
}

.div span, .div1 {
    color: #333 !important;
    font-size: 11px;
}

.simples li, .simples1 li{
    border-top: 1px dotted #000;
    padding: 5px 0px 0px;
}

.simples li {
	width: 220px;
}

.simples1 li{
    width: 300px;
}

.simples .first, .simples1 .first {
    border-top: none;
}

.link_videos {
    background: url(../images/btn_vermais.jpg) no-repeat;
    width: 134px;
    height: 25px;
}

.topo_ultimas, .topo_galeria, .topo_videos {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40px;
}

.topo_ultimas {
    background: url(../images/ico_ultimas.jpg) no-repeat;
}
.topo_galeria {
    background: url(../images/ico_galeria.jpg) no-repeat;
}
.topo_videos {
    background: url(../images/ico_videos.jpg) no-repeat;
}


.twitter, .twitter ul {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.twitter ul {
	list-style: none;
}

.twitter a, .twitter span, .twitter h4 {
	font-size: 12px;
}
.twitter a, .twitter h4 {
	text-decoration: none;
	color: #533b52;
}
.twitter span {
	color: #4b0049;
}

.twitte_img, .twitte_msg {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
.twitte_img {
	width: 50px;
	margin: 0px 10px 0px 0px;
}

.twitte_msg {
	width: 160px;
	margin: 0px 0px 10px 0px;
}


.bl_tags {
	position:relative;
	float:left;
	width:220px;
	margin:0px;
	padding:0px;
}
.bl_tags_title {
	position:relative;
	float:left;
	width:220px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #dddddd;
}
.bl_tags_title .ico {
	position:relative;
	float:left;
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
	background:url(../images/img.png) no-repeat;
	background-position:-450px -53px;	
}
.bl_tags_title .l {
	position:relative;
	float:right;
	width:220px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:20px;
	color:#1a3860;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}
.bl_tags_title .l span {
	position:relative;
	float:right;
	width:13px;
	height:13px;
	margin-top:5px;
	background:url(../images/img.png) no-repeat;
	background-position:-325px -54px;
}
.bl_tags_list {
	position:relative;
	float:left;
	width:220px;
	margin:0px;
	padding:0px;
	line-height:18px;
	text-align:center;
}
.bl_tags_list a {
	margin:0px 10px 0px 0px;
	padding:0px;
	color:#3c618e;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
}
.bl_tags_list a:hover {
	text-decoration:underline;
}
.bl_tags_list a.f1 {
	font-size:13px;
}
.bl_tags_list a.f2 {
	font-size:14px;
}
.bl_tags_list a.f3 {
	font-size:15px;
}
.bl_tags_list a.f4 {
	font-size:16px;
}
.bl_tags_list a.f5 {
	font-size:17px;
}
.bl_tags_list a.f6 {
	font-size:18px;
}
.bl_tags_list a.f7 {
	font-size:19px;
}
.bl_tags_list a.f8 {
	font-size:20px;
}
.bl_tags_list a.f9 {
	font-size:21px;
}
.bl_tags_list a.f10 {
	font-size:22px;
}
.bl_tags_list a.f11 {
	font-size:23px;
}
.bl_tags_list a.f12 {
	font-size:24px;
}
.bl_tags_list a.f13 {
	font-size:25px;
}
.bl_tags_list a.f14 {
	font-size:26px;
}
.bl_tags_list a.f15 {
	font-size:27px;
}
.bl_tags_list a.f16 {
	font-size:27px;
}

.mais_lidas, .mais_lidas ul {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.mais_lidas ul {
	list-style: none;
}

.mais_lidas span {
	color: #3f0205 !important;
	font-size: 12px;
}

.mais_lidas .indice {
	color: #c3bdbd;
}

.vinheta_noticia .veja_mais {
	position: absolute;
	right: 0px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.vinheta_noticia .veja_mais a{
	text-decoration: none;
	color: #a967a9;
	font-size: 16px;
	font-weight: bold;
}

.destaque_banner {
	position: relative;
	float: left;
	padding: 30px 40px;
	margin: 20px 0px 0px 0px;
	width: 220px;
	background: #fee2fe;
}