p.data{font-family: AllerLightRegular; font-size: 29px; border-bottom: 1px solid #ebebeb; margin: 30px 0px; padding-bottom: 10px;}
p.data .semana { color: #00ccff; }

#inicio{ overflow: hidden; margin-bottom: 40px;}


#destaques{ position: relative; height: 450px; overflow: hidden; border-bottom: 4px solid #cccccc; margin-bottom: 35px;}
#destaques ul{
	position: absolute; 
	top: 0px;
	right: 0px;
	height: 360px;
	background: url(/static/tema/destaques_botoes.png) right top repeat-y;
	}
	
#destaques ul li{
	font-family: 'Arial Black';
	text-align: center;
	font-size: 35px;
	padding: 8px 13px;
	background: #7f7f7f;
	color: white;
	}
	
#destaques ul li:nth-child(odd){background: #666666; }
#destaques ul li.ativo{background: #00ccff; }
#destaques ul li:hover{cursor: pointer }

.destaque{ position: relative; }
.destaque h5{
	position: absolute;
	top: 310px;
	left:20px;
	color: white;
	font-size: 26px;
	font-family: 'Arial Black';
	width: 500px;
	margin: 0px;
	text-transform: uppercase;
	text-shadow: #000 5px 5px 5px;
	}
	
.destaque img{
	margin-bottom: 18px;
	}

.esquerda{
	width: 640px;
	float: left;
	margin-right: 35px;
	}

#inicio .bloco{overflow: hidden}
	
#subdestaques li{ width: 300px; float: left; }
#subdestaques li.first{border-right: 1px solid #ccc; padding-right: 14px; margin-right: 14px;}

/*****************************************************************************************************
 * Direto do DC */

#dcWrp{ background: #f7f7f7;  }
#dcWrp .timethis {height: 5px;}

#dc{ padding: 30px 0px; overflow: hidden; }

#dc .bloco{ width: 300px; float: left; margin-right: 40px; }
#dc .banner{ width: 300px; float: left; margin-right: 40px; }
#dc #edicao{ width: 290px; height: 190px; float: left; border-bottom: 2px solid black; position: relative; text-align: center}
#dc #capaEdicao {display: inline-block; width: 190px; height: 190px; overflow: hidden; box-shadow: 0px 0px 2px #999;}
#dc #edicaoLinks { width: 290px; position: absolute; bottom: -20px; }

/**********************************************************************************************************
 * Resto da Home */

#ultimasNoticias{ border-top: 1px solid #ebebeb; background: url(/static/tema/sombra_ultimasnoticias.png) top repeat-x; padding: 30px 0px; overflow: hidden}

.bannerCentral{ clear: left;  border: 1px solid #ebebeb; padding: 10px; background: white; height: 90px; margin-bottom:30px; }
.bannerCentral *{display: block; margin: 0px auto;}

#ultimas {width: 640px; float: left; margin-right: 35px; margin-bottom: 35px; }
#ultimas p{line-height: 1.5em;}
#ultimas p strong a{color: #123258;}
#ultimas p .cat{
    color: #00ccff; 
    margin-right: 5px; 
    display: inline-block;
    width: 88px;
    text-align: right;
	font-weight: bold;
    }
    
p.vejamais{text-align: right; border-bottom: 3px solid #e5e5e5; padding-bottom: 5px; margin-top: 30px;}
p.vejamais a{display: inline-block; padding: 10px 15px; color: #fff; background: #e5e5e5}
p.vejamais a:hover{color: #fff; background: #0CF}

/**********************************************************************/

#outras{
    overflow: auto;
    margin-bottom: 20px;
    margin-right: -35px;
    }

#outras .outra{
    width: 218px;
    float: left;
    margin-right: 35px;
    }
    
#outras .outra .foto{background: #eee; width: 218px; height: 150px; margin-bottom: 15px;}
	
/**********************************************************************/

#especiais{
    overflow: auto;
    margin-bottom: 20px;
    margin-right: -35px;
    }

#especiais .especial{
    width: 300px;
    float: left;
    margin-right: 35px;
    }
    
#especiais .especial .foto{background: #eee; width: 300px; height: 180px; margin-bottom: 15px;}

/**********************************************************************/

#colunas{
    overflow: auto;
    margin-bottom: 20px;
    margin-right: -35px;
    }

#colunas .coluna{
    width: 300px;
    float: left;
    margin-right: 35px;
    }
    
#colunas .coluna .foto{background: #eee; width: 300px; height: 100px; margin-bottom: 15px;}

/**********************************************************************/

#rioParaguai{padding-top: 20px; border-top: 3px solid #E5E5E5;}
#rioParaguai table{width:100%; margin-bottom: 20px;}
#rioParaguai .variacao{display: block;}
#rioParaguai tr.locais td{
    background-position: top 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    color: #00679c;
    font-size: 18px;
    }
    
#rioParaguai tr.locais td.subiu{background-image:url(/static/tema/rp_subiu.png)}
#rioParaguai tr.locais td.desceu{background-image:url(/static/tema/rp_desceu.png)}
#rioParaguai tr.locais td.estacionado{background-image:url(/static/tema/rp_estacionado.png)}

#rioParaguai tr.valores td{color: #005376;}


