#dica {
	background-image:url(../img/fundo_dica.jpg);
	width: 256px;
	height: 113px;
	overflow: hidden;
}
#desccarro {
	width: 256px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	overflow:hidden;
}
#codgrupo {
	float: left;
	width: 60px;
	height:30px;
	font-size: 36px;
	font-weight:bold;
	font-family:Tahoma;
	text-align:center;
	margin-top:-7px;
}
#diarias {
	float:right;
	width:195px;
	height:20px;
}
#linha {
	clear:both;
	float:left;
	width: 110px;
	font-size: 12px;
}
#valor {
	float: right;
	width: 80px;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	padding-right:15px;	
}
#separador {
	clear:both;
	width:225px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:4px;
	padding:0px;
	height:1px;
	line-height:1px;
	background-color:#003300;
	overflow:hidden;
}
#linhafim {
	width:240px;
	clear:both;
	float:left;
	text-align: right;
	font-size: 12px;
}
