/* CSS Document */




/***************** tabela de tarifas - dinamico **********************/
			#box_tarifas {
				float: left;
				margin: 10px 0 0 0; padding: 10px;
				width: 720px;  height: 400px; min-height: auto !important; min-height: 400px;
				color: #fff;
				/* background: #ff8800; */
				/* border: 1px solid #deded2; */
			}
			.title_tarifas {
				margin: 0 0 15px 0; padding: 0 0 4px 10px;
				width: 500px; height: 20px;
				color: #3a88cf;
				font: 130.01% Verdana, Tahoma, Arial, SansSerif;
				background: url(../imgs/bullet_title.gif) no-repeat left 7px; /* */
				border-bottom: 1px dashed #deded2;
			}
			table tr td {
				color: #1a2057;
				font: 10px Verdana, Tahoma, Arial, SansSerif;
				border-bottom: 1px solid #fff;
				height: 20px;
			}
			table tr td a {
				color: #1a2057;
			}
			table tr td a:hover {
				color: #717594;
			}
			
			
			.promocionais {
				color: #1a2057;
				padding: 10px 0 0 0;
			}


