@import url(http://fonts.googleapis.com/css?family=Marvel);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);


body {
	margin: 0px 0px 0px 0px;
	background-image: url(/2013/images/bg.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
}
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active {
	color: #007EBB;
	text-decoration: none;	
}


/* Header */
#top {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;

position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#top:before, #top:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#top:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}





#logo {
	text-align: left;
	padding:20px 0px 5px 20px;
	float: left;
}
#top #colunadireita {
	float: right;
	margin-bottom: 30px;
}
#top #colunadireita #busca{
	float: right;
	padding-top: 33px;
}
#top #colunadireita #busca #busca_superior .cse-branding-right .cse-branding-form #cse-search-box div input {
	border: 1px solid #CCC;
}


#top #colunadireita #data{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 280px;
	float: left;
	padding: 40px 50px 0px 0px;
	text-align: right;
}



/* Corpo 1 */
#topo {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#topo_publicidade {
	width: 150px;
	float: right;
	margin-top: 15px;
	background-image: url(/2013/images/bg_branco.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 5px;
}

.itemcolunadireita {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
/*  Destaques Principais  */
#destaques {
	float: left;
	width: 780px;
	height: 380px;
	background-position: center center;
	background-repeat: no-repeat;
}
#topo #destaques {
	background-repeat: no-repeat;
	background-position: left center;
}

#destaques #destaque_principal {
	width: 570px;
	float: left;
	height: 100%;
	color: #333333;
	cursor: pointer;
	padding: 0px;
	position: relative;
}
#destaques #destaque_principal #titulo {
	bottom: 0px;
	background-repeat: repeat;
	color: #FFF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFBF00;
	position: absolute;
	border-top-right-radius: 3px;

	-webkit-border-top-right-radius:3px
	-moz-border-radius-topright:3px;
	border-bottom-right-radius: 3px;

	-webkit-border-bottom-right-radius:3px
	-moz-border-radius-bottomright:3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -4px;
	width: 70%;
	padding: 5px;
}

#destaques #destaque_principal #titulo h1 {
	font-size: 28px;
	padding: 10px;
	margin: 0px;
	text-shadow: 2px 1px 0px #333333;
	font-family: marvel, serif;
}
#destaques a:hover #destaque_principal #titulo h1{
	text-shadow: 2px 1px 0px #333333;
}

/* Destaque Secundário */
#destaques #destaque_secundario  {
	width: 200px;
	float: right;
	height: 100%;
}

/* Destaque Secundário Imagem */
#destaque_foto   {
	height: 250px;
	position: relative;
	margin-top: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FC0;
}

#destaque_foto #destaque_titulo  {
	padding: 7px;
	position: absolute;
	bottom: 0px;
	background-image: url(/home2007/bg_titulo_destaque.png);
	background-repeat: repeat;
	margin: 0px;
	font-size: 14px;
	width: 93%;
}

a #destaque_foto #destaque_titulo {
	color: #FFF;
}
a:hover #destaque_foto #destaque_titulo {
	color: #FC0;
}


#destaques_texto {
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
	background-color: #333;
	border-left-color: #FFCC00;
	border-left-width: 3px;
	border-left-style: solid;
	min-height: 44px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding: 10px;
}


#destaques_texto a{
	color: #FFF;
}

#destaques_texto a:hover {
	color: #FC0;
}

#corpo1 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}


#corpo1 #bannercentral   {
	margin-bottom: 35px;
	margin-top: 20px;
	background-image: url(/2013/images/bg_branco.png);
	background-repeat: repeat;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#corpo1 #subdestaques {
	padding-top: 30px;
	font-size: 13px;
	font-weight: bold;
}
#corpo1 #subdestaques a #destaque3 {
	width: 230px;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
#corpo1 #subdestaques a #destaque3 #destaque3_foto {
	border: 4px solid #FFF;
	background-position: center center;
	height: 250px;
}
#corpo1 #subdestaques a #destaque3 #destaque3_txt {
	padding: 5px;
}


#corpo1 #subdestaques #destaque4  {
	float: left;
	width: 160px;
	padding-right: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#corpo1 #subdestaques #destaque4 a #destaque4_titulo {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	font-size: 14px;
}

#corpo1 #subdestaques #destaque5  {
	float: left;
	width: 270px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 5px;
}
#corpo1 #subdestaques a #destaque5_item {
	padding-bottom: 20px;
	font-size: 12px;
}

#corpo1 #subdestaques #destaque5 a #destaque5_item #destaque5_foto {
	width: 130px;
	border: 4px solid #FFF;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
#corpo1 #subdestaques #destaque5 a #destaque5_item #destaque5_foto img{
	width: 100%;
	height: auto;
	border: none;
}

#corpo1 #subdestaques #destaque5 a #destaque5_item #destaque5_titulo {
	float: right;
	width: 125px;
	padding-top: 5px;
}
#destaque5_txt      {
	font-weight: normal;
	font-size: 12px;
}


#corpo1 #subdestaques #left   {
	font-size: 11px;
	width: 260px;
	float: right;
}
#corpo1 #subdestaques #noticias   {
	padding: 5px;
	margin-top: 0px;
	font-weight: normal;
}
#corpo1 #subdestaques #left #news   {
	padding: 5px;
	text-align: left;
}
#corpo1 #subdestaques #destaque5 #noticias .menu_noticias {
	padding: 2px;
	font-weight: normal;
}
#corpo2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}

#corpo2 #galeria_remoto    {
	float: left;
	width: 630px;
}
#ecommerce_home {
	clear: both;
}

.galeria_home {
	padding: 4px;
}
.galeria_home_foto {
	height: 140px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin: 0px;
	padding: 0px;
	border: 4px solid #FFF;
	width: 140px;
}

.galeria_home_foto:hover {
	border: 4px solid #FC0;
}
.galeria_home_txt {
	font-size: 11px;
	width: 98%;
}
#ad_quad_webventure {
	float: right;
	width: 250px;
	padding-right: 20px;
}
#ecommerce_home {
	padding-top: 40px;
	padding-bottom: 40px;
}
#ecommerce_home_produtos {
	float: left;
	width: 540px;
}
.galeria_foto_ecommerce {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	border: 4px solid #FFF;
	width: 160px;
}

#hotsites {
	float: right;
	width: 400px;
}

.junta  {
	clear: both;
}



/* Noticias com rolagem lateral */

.content {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;

}





#news_headline {
	margin-bottom: 20px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#news_headline a {
	color: #333;
}
#news_headline a:hover {
	color: #F90;
}


/* Hotsites/Blogs */

#corpo1 #hotsites {
	width: 400px;
	float: left;
}

/* Titulos Seções na Home Page */
.titulossecoes {
	font-family: marvel, serif;
	font-size: 24px;
	text-transform: capitalize;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDA7;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #FFFFFF;
	color: #A49277;
	font-weight: bold;
}


/* Calendario Remoto @Home) */

.pontilhado {
	border-bottom-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.calendarioremoto_data{
	text-align: center;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#calendario_remoto_img {
	border: 3px solid #FFF;
	width: 40px;
	box-shadow: 1px 1px 0px #D7D7D7;
}
#calendarioremoto {
	padding-left: 50px;
}

#calendario_remoto_img img {
	height: auto;
	width: 100%;
}


.calendarioremoto_estado{
	text-align: center;
	font-weight: bold;
	color: #FF6600;
}

.calendarioremoto_evento{
	font-weight: bold;
}

.calendarioremoto_local{
	font-size: 11px;
}

/* Corpo 3 (RBCA@Home) */

#corpo3 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.rbca {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}



.input_form            {
	border: 1px solid #CCCCCC;
}


/* Ropade */
#rodape {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	padding: 10px;

}
#rodapemaster {
	background-color: #D8D0C2;
}


.rodape_coluna {
	display: block;
	float: left;
	padding: 10px;
}
#Coluna1.rodape_coluna {
	width: 150px;
}
#Coluna2.rodape_coluna {
	width: 230px;
}
#Coluna3.rodape_coluna {
	width: 250px;
}
#Coluna4.rodape_coluna {
	width: 250px;
}
.rodape_linha {
	padding: 5px;
}
.rodape_logo {
	float: left;
}
.rodape_titulo {
	float: left;
	padding-left: 10px;
}


#rodape #busca{
	text-align: center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rodape #copyright{
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#rodape .redesocial{
margin-top:50px;
margin-bottom:50px;	
}


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


/* content block 1 */
#corpo1 #subdestaques #left #news #mcs_container {
	position: relative;
	height: 380px;
	padding: 0 5px;
}
#corpo1 #subdestaques #left #news #mcs_container .customScrollBox {
position:relative; height:95%; overflow:hidden;
}
#corpo1 #subdestaques #left #news #mcs_container .customScrollBox .container {
position:relative; width:240px; top:0; float:left;
}
#corpo1 #subdestaques #left #news #mcs_container .customScrollBox .content {clear:both;}
#corpo1 #subdestaques #left #news #mcs_container .customScrollBox .content p {
	padding: 0 5px;
	margin: 10px 0;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
#corpo1 #subdestaques #left #news #mcs_container .customScrollBox .content p.alt{
	padding: 10px 5px;
	margin: 10px 0;
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	color: #999;
}
#corpo1 #subdestaques #left #news #mcs_container .customScrollBox img {
	border:5px solid #FFF;
}
#corpo1 #subdestaques #left #news #mcs_container .dragger_container {
position:relative; width:3px; height:300px; float:left; margin:20px 0 0 15px; background:#CCCCCC; cursor:pointer -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; cursor:s-resize;
}
#corpo1 #subdestaques #left #news #mcs_container .dragger {
	position: absolute;
	width: 10px;
	height: 60px;
	background: #999999;
	text-align: center;
	line-height: 60px;
	color: #999999;
	overflow: hidden;
	cursor: pointer;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#corpo1 #subdestaques #left #news #mcs_container .dragger_pressed {position:absolute; width:6px; margin-left:-1px; height:60px; background:#000000; text-align:center; line-height:60px; color:#000000; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}
#corpo1 #subdestaques #left #news #mcs_container .scrollUpBtn ,#mcs_container .scrollDownBtn {position:absolute; display:inline-block; width:14px; height:15px; margin-right:12px; text-decoration:none; right:0; filter:alpha(opacity=20); -moz-opacity:0.20; -khtml-opacity:0.20; opacity:0.20;}
#corpo1 #subdestaques #left #news #mcs_container .scrollUpBtn {top:16px; background:url(/2013/mcs_btnUp.png) center center no-repeat;}
#corpo1 #subdestaques #left #news #mcs_container .scrollDownBtn {bottom:12px; background:url(/2013/mcs_btnDown.png) center center no-repeat;}
#corpo1 #subdestaques #left #news #mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.60; opacity:0.60;}


/* Menu Principal */

#menunovo {
	list-style: none;
	width: 950px;
	height: 35px;
	/* Z-Index */
	position: relative;
	z-index: 90;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-bottom: 0px;
	clear: both;
	background-color: #414141;
}

#menunovo li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 4px 10px 4px 10px;
	margin-right: 10px;
	margin-top: 7px;
	border: none;
	font-weight: bold;
}

#menunovo li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menunovo li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	display: block;
	outline: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

#menunovo li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menunovo li:hover .dropdown_1column, 
#menunovo li:hover .dropdown_2columns, 
#menunovo li:hover .dropdown_3columns,
#menunovo li:hover .dropdown_4columns,
#menunovo li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menunovo .menu_right {
	float:right;
	margin-right:0px;
}
#menunovo li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menunovo li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menunovo p, #menunovo h2, #menunovo h3, #menunovo ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menunovo h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menunovo h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menunovo p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menunovo li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menunovo li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menunovo li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menunovo li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menunovo li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menunovo li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menunovo li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menunovo li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#imgdestaque {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}


/* News */
#corpointerno {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#corpointerno #conteudonews {
}

#conteudonews #content {
	float: left;
	width: 700px;
	margin-bottom: 15px;
	padding: 10px;
}

#conteudonews #content #regiao_sudeste {
	font-size:9px;
	font-weight: bold;
	color: #993300;
	padding: 5px 2px 2px 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #993300;
	text-transform: uppercase;
}
#conteudonews #content #regiao_geral {
	font-size:9px;
	font-weight: bold;
	color: #CC6600;
	padding: 5px 2px 2px 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC6600;
	text-transform: uppercase;
}
#conteudonews #content #regiao_nordeste {
	font-size:9px;
	font-weight: bold;
	color: #090;
	padding: 5px 2px 2px 2px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #090;
}
#conteudonews #content #regiao_relatos {
	font-size:9px;
	font-weight: bold;
	color: #86A800;
	padding: 5px 2px 2px 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #86A800;
	text-transform: uppercase;
}
#conteudonews #content #regiao_sul {
	font-size:9px;
	font-weight: bold;
	color: #0099cc;
	padding: 5px 2px 2px 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0099cc;
	text-transform: uppercase;
}


#conteudonews #content #titulo h1 {
	font-weight: bold;
	font-size: 30px;
	font-family: 'Viga', sans-serif;
	margin: 0px;
	padding-bottom: 10px;
}
#autor {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
	color: #F90;
	text-transform: capitalize;
}
#conteudonews #content #autor h2 a:visiedt {
	color: #03C;
}
#autor a {
	color: #F90;
}
#conteudonews #content #compartilhamento_top {
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
}
#conteudonews #content #compartilhamento_top a{
	font-size: 11px;
}
.icon_comentarios {	padding-right: 5px;
	float: left;
	width: 15px;
}
#num_comentarios            {
	color: #496598;
}
#conteudonews #content #newsbody {
	clear: both;
	padding-top: 30px;
	border-bottom-width: 1px;
	padding-bottom: 25px;
	line-height: 1.6;
	padding-left: 5px;
}
#conteudonews #content #compartilhamento_bottom {
	text-align: right;
	padding: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#banner468 {
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
#ad_300x250 {
	height: 250px;
	width: 300px;
	margin-top: 60px;
}

#comentarios   {
	width: 430px;
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 35px;
	float: left;
	padding: 5px;
}
#conteudonews #content #ultimas_regionais {
	float: right;
	width: 250px;
	margin-top: 0px;
}
#conteudonews   #data{
	color: #FFFFFF;
	background-color: #FFCC00;
	float: left;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#conteudonews #noticia {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}


#conteudonews #direita {
	float: right;
	width: 250px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}

#conteudonews #direita #cab_publicidade {
	text-align: center;
	padding-bottom: 30px;
}
#conteudonews #content #cab_publicidade #banner {
	margin-top: 5px;
}
#conteudonews #content #ultimas_noticias1 {
	margin-top: 15px;
	padding: 3px;
	font-size: 14px;
	margin-right: auto;
	margin-bottom: 35px;
	width: 470px;
	margin-left: auto;
}
#ultimas_lateral {
	padding: 20px;
}
#webventure_lateral {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}
#proximos_eventos {
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 30px;
}

#conteudonews #clearnews {
	clear: both;
	height: 5px;
}
.headlines_ultimas_noticias {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.caixatexto2 {	border: 1px solid #CCCCCC;
}
.fotonoticias {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
@media \0screen {
}
.shorturl {
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #999999;
	margin-left: 20px;
}
