/*despacho*/
	#central{
	margin: 0px 0px 0px 20px;
	float:left;
	width: 610px;
	position: relative;
	}
	#central #titulo.verde{
		text-align:right; 
		height:30px; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:16px; 
		font-weight:bold;
		color:#339933;
		margin-left:19px; 
		text-align:left;
		padding: 4px 0px 3px 0px;
		.padding: 15px 0px 3px 0px; /* IE6 e IE7 */
	}
	#central #titulo .negativoverde{
		background:#339933; 
		/*padding:5px 448px 5px 0px; */
		display:block;
		color:#FFF;
		position:absolute;
		/*left:220px;*/
		left: 126px;
		top: 21px;
		.top: 33px;/* IE6 e IE7 */
		/*width: 399px;*/
		width: 493px;
		height: 18px;
		padding: 3px 0px 3px 0px;
		*margin-top: -4px;/* IE6 e IE7 */
	}
	#central div {
		font: 12px/100% Verdana, Arial, Helvetica, sans-serif normal;
	}
	
	#central div p{
	
		padding: 10px 55px 5px 55px;
	}
	#central div p a{
		text-decoration:none;
		font-weight:bold;
		color:#FF6C0A;
		
	}
	#central #tabla_despacho {
	
		margin-left: auto;
		margin-right: auto; 
	}
	#central #tabla_despacho .td_superior{
		background:#DDDDDD; 
		border: solid 1px #ffffff;
		padding: 3px 1px 3px 5px;
		width: 100px;
		text-align:center;
	}
	#central #tabla_despacho .td_gris{
		background:#DDDDDD; 
		border: solid 1px #ffffff;
		padding: 3px 1px 3px 5px;
		width: 200px;
	}
	#central #tabla_despacho .td_verde{
		background:#99CC99; 
		border: solid 1px #ffffff;
		padding: 3px 10px 3px 1px;
		width: 100px;
		text-align: right;
	}

	#superior{
		margin: 20px 0px 0px 0px;
		height:16px; width:593px; background:url(bitmaps/superior.gif)  no-repeat;
	}
	#medio{
		height: auto !important;
		min-height: 300px;
		height: 300px; 
		width: 593px; 
		background:url(bitmaps/medio.gif)  repeat-y;
	}
	#inferior{
		height:18px; width:593px;background:url(bitmaps/inferior.gif)  no-repeat;
	}