#contenedor_combo{
	/*border:1px dashed; 
	background-color:#EAEAEA;*/
	width:195px; 	
	text-align:center; 
	margin:5px;
}
#contenedor_productos{
	border:1px dashed #cccccc; 
	/*background-color:#EAEAEA;*/
	width:95%; 
	text-align:center;
	margin-bottom:20px;
	height:200px;
	overflow:auto;
	overflow-x: hidden; /* quita la barra horizontal*/
	padding:5px;
}
select { 
	width:170px; 
}

#listado_productos{
	/*border:1px solid #333333;
	background:#FFFFFF;	*/
	margin:10px;
	margin-top:-20px;
	margin-bottom:40px;
	text-align:left;
	width:590px;
}
#listado_productos th{
	color:#990000;
	background:none;
}
#listado_productos td{
	vertical-align:top;
	border-bottom:1px dashed #E0E0E0;
	margin-top:5px;
}

#detalle_prod {
	color:#000000;
	width:400px;
}
#detalle_prod th{
	font-size:12px;
	vertical-align:middle;
	text-align:left;
}
#detalle_prod td{
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}