
#cargando_div {
	/*width:50px;*/
	padding:0px;
	height:30px;
	background-position:center center;
	display:none;
}



#tabla_lista_ordenes tr th{
	background-color:#E0E0E0;
	text-align:center;
	height:20px;
}


/*#tabla_lista_ordenes tbody{
	height:200px;
	overflow-x:hidden;
	border-bottom:1px solid #F3F3F3;
	border-left:1px solid #F3F3F3;
	border-right:1px solid #F3F3F3;
	overflow-y:scroll;
}*/



#tabla_lista_ordenes tbody tr td {
	text-align:center;
}


#contenedor_lista_ordenes {
	border-bottom:1px solid #F3F3F3;
	border-left:1px solid #F3F3F3;
	border-right:1px solid #F3F3F3;
	height:250px;
	overflow-x:hidden;
	overflow-y:auto;
	width:565px;
}


#tabla_lista_ordenes tr.alter {
	background-color:#F3F3F3;
}


.div_titulo {
	background-color: #E0E0E0;
	font-weight:bold;
	height:15px;
	line-height:15px;
}

/** Estilos de la consulta de la orden **/

#contenedor_consulta_orden {
	margin:0 auto 0 auto;
	width:500px;
	border:1px solid black;
	padding:10px;
}


#contenedor_consulta_orden div table tr td {
	font-size:11px;	
}


#contenedor_consulta_orden div table {
	border:0px;
	width:100%;
}


.body_consulta_orden {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

a {
	text-decoration:none;
}

#muestra_numero {
	/*border:1px solid green;*/
	height:19px;
	text-align:right;
	font-weight:bold;
}


#muestra_barra {
	/*border:1px solid red;*/
	height:70px;

}

#logo_stc_head {
	width:213px;
	height:89px;	
}



#table_su_informacion tr td{
	text-align:left;
}

#table_detalles tr th{
	background-color:#F3F3F3;
	font-size:11px;	
	font-weight:bold;
	height:15px;
	line-height:15px;
}

.tr_detalle td{
	background-color:#F3F3F3;	
}


#table_productos {
	text-align:left;	
}


#div_pago_manual {
	display:none;
	margin-left:22px;
	/*height:100px;
	width:100px;*/
	/*border:1px solid black;*/	
}

#tr_botones_confirmacion {
	display:none;	
}


.tabla_metodo_pago tr td{
	text-align:left;
}


#contenedor_confirmacion_lista {
	display:none;
	width:400px;
	height:50px;
	font-weight:bold;
	padding:10px;
	color:#BA2121;
	/*border:1px solid red;*/	
}
















