.indicadores-baixo{
	line-height: 16px;
	font-size: 13px;
	color: #787878;
}

#indicadores h3{
	font-size: 15px;
	color: #c01318;	
	font-weight: bold;
	margin-bottom: 10px;
}

#indicadores strong{
	color: #787878;
}

#indicadores .ulindica li a{
	color: #636363;
}

#indicadores .ulindica li table{
	border-collapse: separate;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

#indicadores .ulindica li thead tr{
	height: 32px;
	background-color: #c01318;
}

#indicadores .ulindica li thead tr th{
	padding: 10px 0 0 15px;
	color: white;
	font-weight: bold;
	border-left: 1px solid #c0c0c0;	
}

#indicadores .ulindica li tbody tr td{
	padding: 12px 0 0 15px;
	color: #787878;
	height: 23px;
	border-left: 1px solid #c0c0c0;
}

.fundo_cinzaclaro{
	background-color: #f5f5f5;
}

.fundo_cinza{
	background-color: #e4e4e4;
}

#inicio_piso{
	margin-top: 30px;
	display: block;
}

#salario ul li{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#salario ul li .espande{
	height: 23px;
	display: block;
	margin-top: 10px;
	padding: 10px 0 0 15px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #c72127;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.seta{
	float: left;
	background: url(../img/layout/setadireita_certo.jpg) no-repeat 0 2px;
	display: block;
	height: 21px;
	width: 20px;
}

.seta_baixo{
	background: url(../img/layout/setabaixo_certa.jpg) no-repeat;
}

.conteudo_salario{
	display: none;
	text-align: left;
	padding-top: 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#salario p{
	margin: 10px 0 10px 15px;
	color: #707070;
	font-size: 13px;
	line-height: 18px;
}

#banner_guia{
	width: 338px;
	height: 94px;
	background: url(../img/layout/banner_guia.png) no-repeat;
	float: left;
	margin-top: 25px;
}

#banner_dieese{
	width: 338px;
	height: 94px;
	background: url(../img/layout/banner_dieese.png) no-repeat;	
	float: left;	
	margin: 25px 0 0 20px;
}

.tabelas li{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tabelas li a{
	color: #c01318;
	font-weight: bold;
	background: url(../img/layout/icone_arquivo.png) no-repeat;
	padding: 2px 0 0 25px;
	display: block;
}	