@charset "utf-8";
/* CSS Document */
/*************************************** COMUN ****************************************/

.inputPedRef{
	width:90px;
	text-align: left;
}
.inputPedDesc{
	width:290px;
	text-align: left;
}
.inputPedCant{
	width:50px;
}
.inputPedPrice{
	width:60px;
}

.inputPedPriceTo{
	width:80px;
}

.divReferencia{
	float:left;
	width: 100px;
}

.divDescripcion{
	float:left;
	width: 300px;
}

.divCantidad{
	float:left;
	width: 60px;
}

.divPrecio{
	float:left;
	width: 70px;
}
.divPrecioT{
	float:left;
	width: 90px;
}

.divTotal{
	float:left;
	width: 70px;
}

.clear{
clear: both;
}

.divImg{
	float:left;
	width: 20px;
}

.totalPed{
	float:left;
	width: 596px;
	text-align: right;
	margin-right: 10px;
	line-height: 30px;
}
.divOrden{
	float:left;
	width: 25px;
	font-size: 20px;
}

.input_readonly{
	border: 1px #FFF solid;
	color: #FFF;
	padding-top:5px;
	background-color:#cc95b7;
}

.textCenter{
	text-align: center;
}

